Html Css Color HEX #383E53 Blue Zodiac

📋 copy color: '#383E53'

red 56 ◦ green 62 ◦ blue 83

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

Shades of Blue Zodiac #383E53

Tints of Blue Zodiac #383E53

RGB

 RED value IS 56 (22.27% from 255) = 27.86%

 GREEN value IS 62 (24.61% from 255) = 30.85%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 27.86%
G = 30.85%
B = 41.29%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#383E53 (or 0x383E53) is known color: Blue Zodiac. HEX triplet: 38, 3E and 53. RGB value is (56,62,83). Sum of RGB (Red+Green+Blue) = 56+62+83=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #383E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E53 is #C7C1AC. Grayscale: #3E3E3E. Windows color (decimal): -13091245 or 5455416. OLE color: 5455416.

HSL color Cylindrical-coordinate representation of color #383E53: hue angle of 226.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #383E53 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 62 83 -
CMYK 0.33 0.25 0 0.67
HSL 226.67º 0.19% 0.27% -
HSV(B) 226.67º 0.33% 0.33% -
XYZ 4.91 4.91 8.87 -
YUV 62.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 56 62 83 0.33 0.25 0 0.67 226.67 0.19 0.27
Hex 38 3E 53 21 19 0 43 E3 13 1B
Octal 70 76 123 41 31 0 103 343 23 33
Binary 111000 111110 1010011 100001 11001 0 1000011 11100011 10011 11011

Color Harmonies of #383E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E53

Black with #383E53

Text Example


Text Example

White with #383E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E53; }

 p { color: rgb(56,62,83); }

 H1.HeaderClassName
 {
   color: #383E53;
 }
 .AnyTagClassName
 {
   color: #383E53;
 }
</style>

background-color css

<style>
 a { background-color: #383E53; }

 a { background-color: rgb(56,62,83); }

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

border-color css

<style>
 span { border-color: #383E53; }

 span { border-color: rgb(56,62,83); }

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