Html Css Color HEX #383C50 Blue Zodiac

📋 copy color: '#383C50'

red 56 ◦ green 60 ◦ blue 80

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

Shades of Blue Zodiac #383C50

Tints of Blue Zodiac #383C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 28.57%
G = 30.61%
B = 40.82%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#383C50 (or 0x383C50) is known color: Blue Zodiac. HEX triplet: 38, 3C and 50. RGB value is (56,60,80). Sum of RGB (Red+Green+Blue) = 56+60+80=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #383C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C50 is #C7C3AF. Grayscale: #3D3D3D. Windows color (decimal): -13091760 or 5258296. OLE color: 5258296.

HSL color Cylindrical-coordinate representation of color #383C50: hue angle of 230º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383C50 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 60 80 -
CMYK 0.30 0.25 0 0.69
HSL 230º 0.18% 0.27% -
HSV(B) 230º 0.3% 0.31% -
XYZ 4.69 4.65 8.24 -
YUV 61.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 56 60 80 0.30 0.25 0 0.69 230 0.18 0.27
Hex 38 3C 50 1E 19 0 45 E6 12 1B
Octal 70 74 120 36 31 0 105 346 22 33
Binary 111000 111100 1010000 11110 11001 0 1000101 11100110 10010 11011

Color Harmonies of #383C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C50

Black with #383C50

Text Example


Text Example

White with #383C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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