Html Css Color HEX #252EEC Persian Blue

📋 copy color: '#252EEC'

red 37 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #252EEC

Tints of Persian Blue #252EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 11.6%
G = 14.42%
B = 73.98%

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

#252EEC (or 0x252EEC) is known color: Persian Blue. HEX triplet: 25, 2E and EC. RGB value is (37,46,236). Sum of RGB (Red+Green+Blue) = 37+46+236=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #252EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252EEC is #DAD113. Grayscale: #404040. Windows color (decimal): -14340372 or 15478309. OLE color: 15478309.

HSL color Cylindrical-coordinate representation of color #252EEC: hue angle of 237.29º degrees, saturation: 0.84, 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 #252EEC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 46 236 -
CMYK 0.84 0.81 0 0.07
HSL 237.29º 0.84% 0.54% -
HSV(B) 237.29º 0.84% 0.93% -
XYZ 16.88 8.4 80.09 -
YUV 64.97 224.52 108.05 -
System Red Green Blue C M Y K H S L
Decimal 37 46 236 0.84 0.81 0 0.07 237.29 0.84 0.54
Hex 25 2E EC 54 51 0 7 ED 54 36
Octal 45 56 354 124 121 0 7 355 124 66
Binary 100101 101110 11101100 1010100 1010001 0 111 11101101 1010100 110110

Color Harmonies of #252EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252EEC

Black with #252EEC

Text Example


Text Example

White with #252EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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