Html Css Color HEX #252FEC Persian Blue

📋 copy color: '#252FEC'

red 37 ◦ green 47 ◦ blue 236

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

Shades of Persian Blue #252FEC

Tints of Persian Blue #252FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

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

R = 11.56%
G = 14.69%
B = 73.75%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#252FEC (or 0x252FEC) is known color: Persian Blue. HEX triplet: 25, 2F and EC. RGB value is (37,47,236). Sum of RGB (Red+Green+Blue) = 37+47+236=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #252FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252FEC is #DAD013. Grayscale: #404040. Windows color (decimal): -14340116 or 15478565. OLE color: 15478565.

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

Color convert

RGB 37 47 236 -
CMYK 0.84 0.80 0 0.07
HSL 236.98º 0.84% 0.54% -
HSV(B) 236.98º 0.84% 0.93% -
XYZ 16.92 8.48 80.1 -
YUV 65.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 37 47 236 0.84 0.80 0 0.07 236.98 0.84 0.54
Hex 25 2F EC 54 50 0 7 ED 54 36
Octal 45 57 354 124 120 0 7 355 124 66
Binary 100101 101111 11101100 1010100 1010000 0 111 11101101 1010100 110110

Color Harmonies of #252FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FEC

Black with #252FEC

Text Example


Text Example

White with #252FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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