Html Css Color HEX #2B25CE Persian Blue

📋 copy color: '#2B25CE'

red 43 ◦ green 37 ◦ blue 206

#2B25CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2B25CE

Tints of Persian Blue #2B25CE

RGB

 RED value IS 43 (17.19% from 255) = 15.03%

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 15.03%
G = 12.94%
B = 72.03%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B25CE (or 0x2B25CE) is known color: Persian Blue. HEX triplet: 2B, 25 and CE. RGB value is (43,37,206). Sum of RGB (Red+Green+Blue) = 43+37+206=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B25CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B25CE is #D4DA31. Grayscale: #393939. Windows color (decimal): -13949490 or 13509931. OLE color: 13509931.

HSL color Cylindrical-coordinate representation of color #2B25CE: hue angle of 242.13º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B25CE is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 37 206 -
CMYK 0.79 0.82 0 0.19
HSL 242.13º 0.7% 0.48% -
HSV(B) 242.13º 0.82% 0.81% -
XYZ 12.8 6.29 58.93 -
YUV 58.06 211.49 117.26 -
System Red Green Blue C M Y K H S L
Decimal 43 37 206 0.79 0.82 0 0.19 242.13 0.7 0.48
Hex 2B 25 CE 4F 52 0 13 F2 46 30
Octal 53 45 316 117 122 0 23 362 106 60
Binary 101011 100101 11001110 1001111 1010010 0 10011 11110010 1000110 110000

Color Harmonies of #2B25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B25CE

Black with #2B25CE

Text Example


Text Example

White with #2B25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B25CE; }

 p { color: rgb(43,37,206); }

 H1.HeaderClassName
 {
   color: #2B25CE;
 }
 .AnyTagClassName
 {
   color: #2B25CE;
 }
</style>

background-color css

<style>
 a { background-color: #2B25CE; }

 a { background-color: rgb(43,37,206); }

 div.DivClassName
 {
   background-color: #2B25CE;
 }
 .BgClassName
 {
   background-color: #2B25CE;
 }
</style>

border-color css

<style>
 span { border-color: #2B25CE; }

 span { border-color: rgb(43,37,206); }

 td.TdClassName
 {
   border-color: #2B25CE;
 }
 .TagClassName
 {
   border-color: #2B25CE;
 }
</style>