Html Css Color HEX #252FCB Persian Blue

📋 copy color: '#252FCB'

red 37 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #252FCB

Tints of Persian Blue #252FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 12.89%
G = 16.38%
B = 70.73%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252FCB (or 0x252FCB) is known color: Persian Blue. HEX triplet: 25, 2F and CB. RGB value is (37,47,203). Sum of RGB (Red+Green+Blue) = 37+47+203=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #252FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FCB is #DAD034. Grayscale: #3D3D3D. Windows color (decimal): -14340149 or 13315877. OLE color: 13315877.

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

Color convert

RGB 37 47 203 -
CMYK 0.82 0.77 0 0.20
HSL 236.39º 0.69% 0.47% -
HSV(B) 236.39º 0.82% 0.8% -
XYZ 12.56 6.74 57.14 -
YUV 61.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 37 47 203 0.82 0.77 0 0.20 236.39 0.69 0.47
Hex 25 2F CB 52 4D 0 14 EC 45 2F
Octal 45 57 313 122 115 0 24 354 105 57
Binary 100101 101111 11001011 1010010 1001101 0 10100 11101100 1000101 101111

Color Harmonies of #252FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FCB

Black with #252FCB

Text Example


Text Example

White with #252FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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