Html Css Color HEX #2536DB Persian Blue

📋 copy color: '#2536DB'

red 37 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #2536DB

Tints of Persian Blue #2536DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 11.94%
G = 17.42%
B = 70.65%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2536DB (or 0x2536DB) is known color: Persian Blue. HEX triplet: 25, 36 and DB. RGB value is (37,54,219). Sum of RGB (Red+Green+Blue) = 37+54+219=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #2536DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2536DB is #DAC924. Grayscale: #434343. Windows color (decimal): -14338341 or 14366245. OLE color: 14366245.

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

Color convert

RGB 37 54 219 -
CMYK 0.83 0.75 0 0.14
HSL 234.4º 0.72% 0.5% -
HSV(B) 234.4º 0.83% 0.86% -
XYZ 14.87 8.15 67.81 -
YUV 67.73 213.37 106.08 -
System Red Green Blue C M Y K H S L
Decimal 37 54 219 0.83 0.75 0 0.14 234.4 0.72 0.5
Hex 25 36 DB 53 4B 0 E EA 48 32
Octal 45 66 333 123 113 0 16 352 110 62
Binary 100101 110110 11011011 1010011 1001011 0 1110 11101010 1001000 110010

Color Harmonies of #2536DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536DB

Black with #2536DB

Text Example


Text Example

White with #2536DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2536DB; }

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

 H1.HeaderClassName
 {
   color: #2536DB;
 }
 .AnyTagClassName
 {
   color: #2536DB;
 }
</style>

background-color css

<style>
 a { background-color: #2536DB; }

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

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

border-color css

<style>
 span { border-color: #2536DB; }

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

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