Html Css Color HEX #252BCE Persian Blue

📋 copy color: '#252BCE'

red 37 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #252BCE

Tints of Persian Blue #252BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 12.94%
G = 15.03%
B = 72.03%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#252BCE (or 0x252BCE) is known color: Persian Blue. HEX triplet: 25, 2B and CE. RGB value is (37,43,206). Sum of RGB (Red+Green+Blue) = 37+43+206=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #252BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BCE is #DAD431. Grayscale: #3B3B3B. Windows color (decimal): -14341170 or 13511461. OLE color: 13511461.

HSL color Cylindrical-coordinate representation of color #252BCE: hue angle of 237.87º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252BCE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 43 206 -
CMYK 0.82 0.79 0 0.19
HSL 237.87º 0.7% 0.48% -
HSV(B) 237.87º 0.82% 0.81% -
XYZ 12.77 6.58 58.99 -
YUV 59.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 37 43 206 0.82 0.79 0 0.19 237.87 0.7 0.48
Hex 25 2B CE 52 4F 0 13 EE 46 30
Octal 45 53 316 122 117 0 23 356 106 60
Binary 100101 101011 11001110 1010010 1001111 0 10011 11101110 1000110 110000

Color Harmonies of #252BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BCE

Black with #252BCE

Text Example


Text Example

White with #252BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,43,206); }

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

background-color css

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

 a { background-color: rgb(37,43,206); }

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

border-color css

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

 span { border-color: rgb(37,43,206); }

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