Html Css Color HEX #252ACC Persian Blue

📋 copy color: '#252ACC'

red 37 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #252ACC

Tints of Persian Blue #252ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

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

R = 13.07%
G = 14.84%
B = 72.08%

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

#252ACC (or 0x252ACC) is known color: Persian Blue. HEX triplet: 25, 2A and CC. RGB value is (37,42,204). Sum of RGB (Red+Green+Blue) = 37+42+204=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #252ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ACC is #DAD533. Grayscale: #3A3A3A. Windows color (decimal): -14341428 or 13380133. OLE color: 13380133.

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

Color convert

RGB 37 42 204 -
CMYK 0.82 0.79 0 0.2
HSL 238.2º 0.69% 0.47% -
HSV(B) 238.2º 0.82% 0.8% -
XYZ 12.49 6.41 57.71 -
YUV 58.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 37 42 204 0.82 0.79 0 0.2 238.2 0.69 0.47
Hex 25 2A CC 52 4F 0 14 EE 45 2F
Octal 45 52 314 122 117 0 24 356 105 57
Binary 100101 101010 11001100 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ACC

Black with #252ACC

Text Example


Text Example

White with #252ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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