Html Css Color HEX #384052 Blue Zodiac

📋 copy color: '#384052'

red 56 ◦ green 64 ◦ blue 82

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

Shades of Blue Zodiac #384052

Tints of Blue Zodiac #384052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 27.72%
G = 31.68%
B = 40.59%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384052 (or 0x384052) is known color: Blue Zodiac. HEX triplet: 38, 40 and 52. RGB value is (56,64,82). Sum of RGB (Red+Green+Blue) = 56+64+82=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #384052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384052 is #C7BFAD. Grayscale: #3F3F3F. Windows color (decimal): -13090734 or 5390392. OLE color: 5390392.

HSL color Cylindrical-coordinate representation of color #384052: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384052 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 64 82 -
CMYK 0.32 0.22 0 0.68
HSL 221.54º 0.19% 0.27% -
HSV(B) 221.54º 0.32% 0.32% -
XYZ 4.99 5.12 8.71 -
YUV 63.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 56 64 82 0.32 0.22 0 0.68 221.54 0.19 0.27
Hex 38 40 52 20 16 0 44 DE 13 1B
Octal 70 100 122 40 26 0 104 336 23 33
Binary 111000 1000000 1010010 100000 10110 0 1000100 11011110 10011 11011

Color Harmonies of #384052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384052

Black with #384052

Text Example


Text Example

White with #384052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384052; }

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

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

background-color css

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

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

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

border-color css

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

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

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