Html Css Color HEX #383C4D Blue Zodiac

📋 copy color: '#383C4D'

red 56 ◦ green 60 ◦ blue 77

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

Shades of Blue Zodiac #383C4D

Tints of Blue Zodiac #383C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 29.02%
G = 31.09%
B = 39.9%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#383C4D (or 0x383C4D) is known color: Blue Zodiac. HEX triplet: 38, 3C and 4D. RGB value is (56,60,77). Sum of RGB (Red+Green+Blue) = 56+60+77=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #383C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C4D is #C7C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13091763 or 5061688. OLE color: 5061688.

HSL color Cylindrical-coordinate representation of color #383C4D: hue angle of 228.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383C4D is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 60 77 -
CMYK 0.27 0.22 0 0.70
HSL 228.57º 0.16% 0.26% -
HSV(B) 228.57º 0.27% 0.3% -
XYZ 4.59 4.61 7.67 -
YUV 60.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 56 60 77 0.27 0.22 0 0.70 228.57 0.16 0.26
Hex 38 3C 4D 1B 16 0 46 E5 10 1A
Octal 70 74 115 33 26 0 106 345 20 32
Binary 111000 111100 1001101 11011 10110 0 1000110 11100101 10000 11010

Color Harmonies of #383C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C4D

Black with #383C4D

Text Example


Text Example

White with #383C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,60,77); }

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

background-color css

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

 a { background-color: rgb(56,60,77); }

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

border-color css

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

 span { border-color: rgb(56,60,77); }

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