Html Css Color HEX #252ACB Persian Blue

📋 copy color: '#252ACB'

red 37 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #252ACB

Tints of Persian Blue #252ACB

RGB

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

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

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

R = 13.12%
G = 14.89%
B = 71.99%

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

#252ACB (or 0x252ACB) is known color: Persian Blue. HEX triplet: 25, 2A and CB. RGB value is (37,42,203). Sum of RGB (Red+Green+Blue) = 37+42+203=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #252ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ACB is #DAD534. Grayscale: #3A3A3A. Windows color (decimal): -14341429 or 13314597. OLE color: 13314597.

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

Color convert

RGB 37 42 203 -
CMYK 0.82 0.79 0 0.20
HSL 238.19º 0.69% 0.47% -
HSV(B) 238.19º 0.82% 0.8% -
XYZ 12.37 6.36 57.08 -
YUV 58.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 37 42 203 0.82 0.79 0 0.20 238.19 0.69 0.47
Hex 25 2A CB 52 4F 0 14 EE 45 2F
Octal 45 52 313 122 117 0 24 356 105 57
Binary 100101 101010 11001011 1010010 1001111 0 10100 11101110 1000101 101111

Color Harmonies of #252ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ACB

Black with #252ACB

Text Example


Text Example

White with #252ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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