Html Css Color HEX #252BCB Persian Blue

📋 copy color: '#252BCB'

red 37 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #252BCB

Tints of Persian Blue #252BCB

RGB

 RED value IS 37 (14.84% from 255) = 13.07%

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 13.07%
G = 15.19%
B = 71.73%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252BCB (or 0x252BCB) is known color: Persian Blue. HEX triplet: 25, 2B and CB. RGB value is (37,43,203). Sum of RGB (Red+Green+Blue) = 37+43+203=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #252BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BCB is #DAD434. Grayscale: #3A3A3A. Windows color (decimal): -14341173 or 13314853. OLE color: 13314853.

HSL color Cylindrical-coordinate representation of color #252BCB: hue angle of 237.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252BCB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 43 203 -
CMYK 0.82 0.79 0 0.20
HSL 237.83º 0.69% 0.47% -
HSV(B) 237.83º 0.82% 0.8% -
XYZ 12.41 6.43 57.09 -
YUV 59.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 37 43 203 0.82 0.79 0 0.20 237.83 0.69 0.47
Hex 25 2B CB 52 4F 0 14 EE 45 2F
Octal 45 53 313 122 117 0 24 356 105 57
Binary 100101 101011 11001011 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BCB

Black with #252BCB

Text Example


Text Example

White with #252BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252BCB; }

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

 H1.HeaderClassName
 {
   color: #252BCB;
 }
 .AnyTagClassName
 {
   color: #252BCB;
 }
</style>

background-color css

<style>
 a { background-color: #252BCB; }

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

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

border-color css

<style>
 span { border-color: #252BCB; }

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

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