Html Css Color HEX #383F54 Blue Zodiac

📋 copy color: '#383F54'

red 56 ◦ green 63 ◦ blue 84

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

Shades of Blue Zodiac #383F54

Tints of Blue Zodiac #383F54

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 27.59%
G = 31.03%
B = 41.38%

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

#383F54 (or 0x383F54) is known color: Blue Zodiac. HEX triplet: 38, 3F and 54. RGB value is (56,63,84). Sum of RGB (Red+Green+Blue) = 56+63+84=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #383F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F54 is #C7C0AB. Grayscale: #3F3F3F. Windows color (decimal): -13090988 or 5521208. OLE color: 5521208.

HSL color Cylindrical-coordinate representation of color #383F54: hue angle of 225º degrees, saturation: 0.2, 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 #383F54 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 63 84 -
CMYK 0.33 0.25 0 0.67
HSL 225º 0.2% 0.27% -
HSV(B) 225º 0.33% 0.33% -
XYZ 5.01 5.04 9.1 -
YUV 63.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 56 63 84 0.33 0.25 0 0.67 225 0.2 0.27
Hex 38 3F 54 21 19 0 43 E1 14 1B
Octal 70 77 124 41 31 0 103 341 24 33
Binary 111000 111111 1010100 100001 11001 0 1000011 11100001 10100 11011

Color Harmonies of #383F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F54

Black with #383F54

Text Example


Text Example

White with #383F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,84); }

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

background-color css

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

 a { background-color: rgb(56,63,84); }

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

border-color css

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

 span { border-color: rgb(56,63,84); }

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