Html Css Color HEX #2038CE Persian Blue

📋 copy color: '#2038CE'

red 32 ◦ green 56 ◦ blue 206

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

Shades of Persian Blue #2038CE

Tints of Persian Blue #2038CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 10.88%
G = 19.05%
B = 70.07%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2038CE (or 0x2038CE) is known color: Persian Blue. HEX triplet: 20, 38 and CE. RGB value is (32,56,206). Sum of RGB (Red+Green+Blue) = 32+56+206=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2038CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2038CE is #DFC731. Grayscale: #414141. Windows color (decimal): -14665522 or 13514784. OLE color: 13514784.

HSL color Cylindrical-coordinate representation of color #2038CE: hue angle of 231.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2038CE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 56 206 -
CMYK 0.84 0.73 0 0.19
HSL 231.72º 0.73% 0.47% -
HSV(B) 231.72º 0.84% 0.81% -
XYZ 13.15 7.59 59.16 -
YUV 65.92 207.05 103.8 -
System Red Green Blue C M Y K H S L
Decimal 32 56 206 0.84 0.73 0 0.19 231.72 0.73 0.47
Hex 20 38 CE 54 49 0 13 E8 49 2F
Octal 40 70 316 124 111 0 23 350 111 57
Binary 100000 111000 11001110 1010100 1001001 0 10011 11101000 1001001 101111

Color Harmonies of #2038CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2038CE

Black with #2038CE

Text Example


Text Example

White with #2038CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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