Html Css Color HEX #252BDB Persian Blue

📋 copy color: '#252BDB'

red 37 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #252BDB

Tints of Persian Blue #252BDB

RGB

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

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

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

R = 12.37%
G = 14.38%
B = 73.24%

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

#252BDB (or 0x252BDB) is known color: Persian Blue. HEX triplet: 25, 2B and DB. RGB value is (37,43,219). Sum of RGB (Red+Green+Blue) = 37+43+219=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #252BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDB is #DAD424. Grayscale: #3C3C3C. Windows color (decimal): -14341157 or 14363429. OLE color: 14363429.

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

Color convert

RGB 37 43 219 -
CMYK 0.83 0.80 0 0.14
HSL 238.02º 0.72% 0.5% -
HSV(B) 238.02º 0.83% 0.86% -
XYZ 14.41 7.24 67.65 -
YUV 61.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 37 43 219 0.83 0.80 0 0.14 238.02 0.72 0.5
Hex 25 2B DB 53 50 0 E EE 48 32
Octal 45 53 333 123 120 0 16 356 110 62
Binary 100101 101011 11011011 1010011 1010000 0 1110 11101110 1001000 110010

Color Harmonies of #252BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BDB

Black with #252BDB

Text Example


Text Example

White with #252BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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