Html Css Color HEX #252CED Persian Blue

📋 copy color: '#252CED'

red 37 ◦ green 44 ◦ blue 237

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

Shades of Persian Blue #252CED

Tints of Persian Blue #252CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 237 (92.97% from 255) = 74.53%

R = 11.64%
G = 13.84%
B = 74.53%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#252CED (or 0x252CED) is known color: Persian Blue. HEX triplet: 25, 2C and ED. RGB value is (37,44,237). Sum of RGB (Red+Green+Blue) = 37+44+237=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #252CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252CED is #DAD312. Grayscale: #3F3F3F. Windows color (decimal): -14340883 or 15543333. OLE color: 15543333.

HSL color Cylindrical-coordinate representation of color #252CED: hue angle of 237.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252CED is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 44 237 -
CMYK 0.84 0.81 0 0.07
HSL 237.9º 0.85% 0.54% -
HSV(B) 237.9º 0.84% 0.93% -
XYZ 16.95 8.31 80.83 -
YUV 63.91 225.68 108.81 -
System Red Green Blue C M Y K H S L
Decimal 37 44 237 0.84 0.81 0 0.07 237.9 0.85 0.54
Hex 25 2C ED 54 51 0 7 EE 55 36
Octal 45 54 355 124 121 0 7 356 125 66
Binary 100101 101100 11101101 1010100 1010001 0 111 11101110 1010101 110110

Color Harmonies of #252CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CED

Black with #252CED

Text Example


Text Example

White with #252CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,237); }

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

background-color css

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

 a { background-color: rgb(37,44,237); }

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

border-color css

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

 span { border-color: rgb(37,44,237); }

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