Html Css Color HEX #2D36DB Persian Blue

📋 copy color: '#2D36DB'

red 45 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #2D36DB

Tints of Persian Blue #2D36DB

RGB

 RED value IS 45 (17.97% from 255) = 14.15%

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

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

R = 14.15%
G = 16.98%
B = 68.87%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D36DB (or 0x2D36DB) is known color: Persian Blue. HEX triplet: 2D, 36 and DB. RGB value is (45,54,219). Sum of RGB (Red+Green+Blue) = 45+54+219=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36DB is #D2C924. Grayscale: #454545. Windows color (decimal): -13814053 or 14366253. OLE color: 14366253.

HSL color Cylindrical-coordinate representation of color #2D36DB: hue angle of 236.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D36DB is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 54 219 -
CMYK 0.79 0.75 0 0.14
HSL 236.9º 0.71% 0.52% -
HSV(B) 236.9º 0.79% 0.86% -
XYZ 15.19 8.31 67.82 -
YUV 70.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 45 54 219 0.79 0.75 0 0.14 236.9 0.71 0.52
Hex 2D 36 DB 4F 4B 0 E ED 47 34
Octal 55 66 333 117 113 0 16 355 107 64
Binary 101101 110110 11011011 1001111 1001011 0 1110 11101101 1000111 110100

Color Harmonies of #2D36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D36DB

Black with #2D36DB

Text Example


Text Example

White with #2D36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D36DB; }

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

 H1.HeaderClassName
 {
   color: #2D36DB;
 }
 .AnyTagClassName
 {
   color: #2D36DB;
 }
</style>

background-color css

<style>
 a { background-color: #2D36DB; }

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

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

border-color css

<style>
 span { border-color: #2D36DB; }

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

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