Html Css Color HEX #384057 Blue Zodiac

📋 copy color: '#384057'

red 56 ◦ green 64 ◦ blue 87

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

Shades of Blue Zodiac #384057

Tints of Blue Zodiac #384057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 27.05%
G = 30.92%
B = 42.03%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384057 (or 0x384057) is known color: Blue Zodiac. HEX triplet: 38, 40 and 57. RGB value is (56,64,87). Sum of RGB (Red+Green+Blue) = 56+64+87=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #384057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384057 is #C7BFA8. Grayscale: #404040. Windows color (decimal): -13090729 or 5718072. OLE color: 5718072.

HSL color Cylindrical-coordinate representation of color #384057: hue angle of 224.52º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384057 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 64 87 -
CMYK 0.36 0.26 0 0.66
HSL 224.52º 0.22% 0.28% -
HSV(B) 224.52º 0.36% 0.34% -
XYZ 5.18 5.2 9.75 -
YUV 64.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 56 64 87 0.36 0.26 0 0.66 224.52 0.22 0.28
Hex 38 40 57 24 1A 0 42 E1 16 1C
Octal 70 100 127 44 32 0 102 341 26 34
Binary 111000 1000000 1010111 100100 11010 0 1000010 11100001 10110 11100

Color Harmonies of #384057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384057

Black with #384057

Text Example


Text Example

White with #384057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384057; }

 p { color: rgb(56,64,87); }

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

background-color css

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

 a { background-color: rgb(56,64,87); }

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

border-color css

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

 span { border-color: rgb(56,64,87); }

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