Html Css Color HEX #2038DB Persian Blue

📋 copy color: '#2038DB'

red 32 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #2038DB

Tints of Persian Blue #2038DB

RGB

 RED value IS 32 (12.89% from 255) = 10.42%

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 10.42%
G = 18.24%
B = 71.34%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2038DB (or 0x2038DB) is known color: Persian Blue. HEX triplet: 20, 38 and DB. RGB value is (32,56,219). Sum of RGB (Red+Green+Blue) = 32+56+219=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #2038DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2038DB is #DFC724. Grayscale: #424242. Windows color (decimal): -14665509 or 14366752. OLE color: 14366752.

HSL color Cylindrical-coordinate representation of color #2038DB: hue angle of 232.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2038DB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 56 219 -
CMYK 0.85 0.74 0 0.14
HSL 232.3º 0.75% 0.49% -
HSV(B) 232.3º 0.85% 0.86% -
XYZ 14.8 8.25 67.83 -
YUV 67.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 32 56 219 0.85 0.74 0 0.14 232.3 0.75 0.49
Hex 20 38 DB 55 4A 0 E E8 4B 31
Octal 40 70 333 125 112 0 16 350 113 61
Binary 100000 111000 11011011 1010101 1001010 0 1110 11101000 1001011 110001

Color Harmonies of #2038DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2038DB

Black with #2038DB

Text Example


Text Example

White with #2038DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,56,219); }

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

background-color css

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

 a { background-color: rgb(32,56,219); }

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

border-color css

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

 span { border-color: rgb(32,56,219); }

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