Html Css Color HEX #252BCC Persian Blue

📋 copy color: '#252BCC'

red 37 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #252BCC

Tints of Persian Blue #252BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 13.03%
G = 15.14%
B = 71.83%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#252BCC (or 0x252BCC) is known color: Persian Blue. HEX triplet: 25, 2B and CC. RGB value is (37,43,204). Sum of RGB (Red+Green+Blue) = 37+43+204=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #252BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BCC is #DAD433. Grayscale: #3A3A3A. Windows color (decimal): -14341172 or 13380389. OLE color: 13380389.

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

Color convert

RGB 37 43 204 -
CMYK 0.82 0.79 0 0.2
HSL 237.84º 0.69% 0.47% -
HSV(B) 237.84º 0.82% 0.8% -
XYZ 12.53 6.48 57.72 -
YUV 59.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 37 43 204 0.82 0.79 0 0.2 237.84 0.69 0.47
Hex 25 2B CC 52 4F 0 14 EE 45 2F
Octal 45 53 314 122 117 0 24 356 105 57
Binary 100101 101011 11001100 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BCC

Black with #252BCC

Text Example


Text Example

White with #252BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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