Html Css Color HEX #252CCB Persian Blue

📋 copy color: '#252CCB'

red 37 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #252CCB

Tints of Persian Blue #252CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 13.03%
G = 15.49%
B = 71.48%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252CCB (or 0x252CCB) is known color: Persian Blue. HEX triplet: 25, 2C and CB. RGB value is (37,44,203). Sum of RGB (Red+Green+Blue) = 37+44+203=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #252CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CCB is #DAD334. Grayscale: #3B3B3B. Windows color (decimal): -14340917 or 13315109. OLE color: 13315109.

HSL color Cylindrical-coordinate representation of color #252CCB: hue angle of 237.47º 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 #252CCB is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 44 203 -
CMYK 0.82 0.78 0 0.20
HSL 237.47º 0.69% 0.47% -
HSV(B) 237.47º 0.82% 0.8% -
XYZ 12.44 6.51 57.1 -
YUV 60.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 37 44 203 0.82 0.78 0 0.20 237.47 0.69 0.47
Hex 25 2C CB 52 4E 0 14 ED 45 2F
Octal 45 54 313 122 116 0 24 355 105 57
Binary 100101 101100 11001011 1010010 1001110 0 10100 11101101 1000101 101111

Color Harmonies of #252CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CCB

Black with #252CCB

Text Example


Text Example

White with #252CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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