Html Css Color HEX #252BCD Persian Blue

📋 copy color: '#252BCD'

red 37 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #252BCD

Tints of Persian Blue #252BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 12.98%
G = 15.09%
B = 71.93%

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

#252BCD (or 0x252BCD) is known color: Persian Blue. HEX triplet: 25, 2B and CD. RGB value is (37,43,205). Sum of RGB (Red+Green+Blue) = 37+43+205=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #252BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BCD is #DAD432. Grayscale: #3B3B3B. Windows color (decimal): -14341171 or 13445925. OLE color: 13445925.

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

Color convert

RGB 37 43 205 -
CMYK 0.82 0.79 0 0.20
HSL 237.86º 0.69% 0.47% -
HSV(B) 237.86º 0.82% 0.8% -
XYZ 12.65 6.53 58.35 -
YUV 59.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 37 43 205 0.82 0.79 0 0.20 237.86 0.69 0.47
Hex 25 2B CD 52 4F 0 14 EE 45 2F
Octal 45 53 315 122 117 0 24 356 105 57
Binary 100101 101011 11001101 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BCD

Black with #252BCD

Text Example


Text Example

White with #252BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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