Html Css Color HEX #384376 Resolution Blue

📋 copy color: '#384376'

red 56 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #384376

Tints of Resolution Blue #384376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

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

R = 23.24%
G = 27.8%
B = 48.96%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384376 (or 0x384376) is known color: Resolution Blue. HEX triplet: 38, 43 and 76. RGB value is (56,67,118). Sum of RGB (Red+Green+Blue) = 56+67+118=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #384376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384376 is #C7BC89. Grayscale: #454545. Windows color (decimal): -13089930 or 7750456. OLE color: 7750456.

HSL color Cylindrical-coordinate representation of color #384376: hue angle of 229.35º 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 #384376 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 67 118 -
CMYK 0.53 0.43 0 0.54
HSL 229.35º 0.36% 0.34% -
HSV(B) 229.35º 0.53% 0.46% -
XYZ 6.91 6.16 17.97 -
YUV 69.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 56 67 118 0.53 0.43 0 0.54 229.35 0.36 0.34
Hex 38 43 76 35 2B 0 36 E5 24 22
Octal 70 103 166 65 53 0 66 345 44 42
Binary 111000 1000011 1110110 110101 101011 0 110110 11100101 100100 100010

Color Harmonies of #384376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384376

Black with #384376

Text Example


Text Example

White with #384376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384376; }

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

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

background-color css

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

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

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

border-color css

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

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

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