Html Css Color HEX #384476 Resolution Blue

📋 copy color: '#384476'

red 56 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #384476

Tints of Resolution Blue #384476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 23.14%
G = 28.1%
B = 48.76%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384476 (or 0x384476) is known color: Resolution Blue. HEX triplet: 38, 44 and 76. RGB value is (56,68,118). Sum of RGB (Red+Green+Blue) = 56+68+118=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #384476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384476 is #C7BB89. Grayscale: #454545. Windows color (decimal): -13089674 or 7750712. OLE color: 7750712.

HSL color Cylindrical-coordinate representation of color #384476: hue angle of 228.39º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384476 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 68 118 -
CMYK 0.53 0.42 0 0.54
HSL 228.39º 0.36% 0.34% -
HSV(B) 228.39º 0.53% 0.46% -
XYZ 6.97 6.28 17.99 -
YUV 70.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 56 68 118 0.53 0.42 0 0.54 228.39 0.36 0.34
Hex 38 44 76 35 2A 0 36 E4 24 22
Octal 70 104 166 65 52 0 66 344 44 42
Binary 111000 1000100 1110110 110101 101010 0 110110 11100100 100100 100010

Color Harmonies of #384476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384476

Black with #384476

Text Example


Text Example

White with #384476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384476; }

 p { color: rgb(56,68,118); }

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

background-color css

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

 a { background-color: rgb(56,68,118); }

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

border-color css

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

 span { border-color: rgb(56,68,118); }

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