Html Css Color HEX #384157 Blue Zodiac

📋 copy color: '#384157'

red 56 ◦ green 65 ◦ blue 87

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

Shades of Blue Zodiac #384157

Tints of Blue Zodiac #384157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

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

R = 26.92%
G = 31.25%
B = 41.83%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384157 (or 0x384157) is known color: Blue Zodiac. HEX triplet: 38, 41 and 57. RGB value is (56,65,87). Sum of RGB (Red+Green+Blue) = 56+65+87=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #384157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384157 is #C7BEA8. Grayscale: #404040. Windows color (decimal): -13090473 or 5718328. OLE color: 5718328.

HSL color Cylindrical-coordinate representation of color #384157: hue angle of 222.58º 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 #384157 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 65 87 -
CMYK 0.36 0.25 0 0.66
HSL 222.58º 0.22% 0.28% -
HSV(B) 222.58º 0.36% 0.34% -
XYZ 5.24 5.31 9.77 -
YUV 64.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 56 65 87 0.36 0.25 0 0.66 222.58 0.22 0.28
Hex 38 41 57 24 19 0 42 DF 16 1C
Octal 70 101 127 44 31 0 102 337 26 34
Binary 111000 1000001 1010111 100100 11001 0 1000010 11011111 10110 11100

Color Harmonies of #384157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384157

Black with #384157

Text Example


Text Example

White with #384157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384157; }

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

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

background-color css

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

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

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

border-color css

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

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

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