Html Css Color HEX #252CDB Persian Blue

📋 copy color: '#252CDB'

red 37 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #252CDB

Tints of Persian Blue #252CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 12.33%
G = 14.67%
B = 73%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#252CDB (or 0x252CDB) is known color: Persian Blue. HEX triplet: 25, 2C and DB. RGB value is (37,44,219). Sum of RGB (Red+Green+Blue) = 37+44+219=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #252CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CDB is #DAD324. Grayscale: #3D3D3D. Windows color (decimal): -14340901 or 14363685. OLE color: 14363685.

HSL color Cylindrical-coordinate representation of color #252CDB: hue angle of 237.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252CDB is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 44 219 -
CMYK 0.83 0.80 0 0.14
HSL 237.69º 0.72% 0.5% -
HSV(B) 237.69º 0.83% 0.86% -
XYZ 14.45 7.31 67.67 -
YUV 61.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 37 44 219 0.83 0.80 0 0.14 237.69 0.72 0.5
Hex 25 2C DB 53 50 0 E EE 48 32
Octal 45 54 333 123 120 0 16 356 110 62
Binary 100101 101100 11011011 1010011 1010000 0 1110 11101110 1001000 110010

Color Harmonies of #252CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CDB

Black with #252CDB

Text Example


Text Example

White with #252CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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