Html Css Color HEX #252FCC Persian Blue

📋 copy color: '#252FCC'

red 37 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #252FCC

Tints of Persian Blue #252FCC

RGB

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

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

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

R = 12.85%
G = 16.32%
B = 70.83%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#252FCC (or 0x252FCC) is known color: Persian Blue. HEX triplet: 25, 2F and CC. RGB value is (37,47,204). Sum of RGB (Red+Green+Blue) = 37+47+204=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #252FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FCC is #DAD033. Grayscale: #3D3D3D. Windows color (decimal): -14340148 or 13381413. OLE color: 13381413.

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

Color convert

RGB 37 47 204 -
CMYK 0.82 0.77 0 0.2
HSL 236.41º 0.69% 0.47% -
HSV(B) 236.41º 0.82% 0.8% -
XYZ 12.68 6.79 57.77 -
YUV 61.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 37 47 204 0.82 0.77 0 0.2 236.41 0.69 0.47
Hex 25 2F CC 52 4D 0 14 EC 45 2F
Octal 45 57 314 122 115 0 24 354 105 57
Binary 100101 101111 11001100 1010010 1001101 0 10100 11101100 1000101 101111

Color Harmonies of #252FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FCC

Black with #252FCC

Text Example


Text Example

White with #252FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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