Html Css Color HEX #252ECB Persian Blue

📋 copy color: '#252ECB'

red 37 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #252ECB

Tints of Persian Blue #252ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

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

R = 12.94%
G = 16.08%
B = 70.98%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#252ECB (or 0x252ECB) is known color: Persian Blue. HEX triplet: 25, 2E and CB. RGB value is (37,46,203). Sum of RGB (Red+Green+Blue) = 37+46+203=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #252ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ECB is #DAD134. Grayscale: #3C3C3C. Windows color (decimal): -14340405 or 13315621. OLE color: 13315621.

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

Color convert

RGB 37 46 203 -
CMYK 0.82 0.77 0 0.20
HSL 236.75º 0.69% 0.47% -
HSV(B) 236.75º 0.82% 0.8% -
XYZ 12.52 6.66 57.13 -
YUV 61.21 208.02 110.73 -
System Red Green Blue C M Y K H S L
Decimal 37 46 203 0.82 0.77 0 0.20 236.75 0.69 0.47
Hex 25 2E CB 52 4D 0 14 ED 45 2F
Octal 45 56 313 122 115 0 24 355 105 57
Binary 100101 101110 11001011 1010010 1001101 0 10100 11101101 1000101 101111

Color Harmonies of #252ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ECB

Black with #252ECB

Text Example


Text Example

White with #252ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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