Html Css Color HEX #384577 Resolution Blue

📋 copy color: '#384577'

red 56 ◦ green 69 ◦ blue 119

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

Shades of Resolution Blue #384577

Tints of Resolution Blue #384577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 22.95%
G = 28.28%
B = 48.77%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384577 (or 0x384577) is known color: Resolution Blue. HEX triplet: 38, 45 and 77. RGB value is (56,69,119). Sum of RGB (Red+Green+Blue) = 56+69+119=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #384577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384577 is #C7BA88. Grayscale: #464646. Windows color (decimal): -13089417 or 7816504. OLE color: 7816504.

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

Color convert

RGB 56 69 119 -
CMYK 0.53 0.42 0 0.53
HSL 227.62º 0.36% 0.34% -
HSV(B) 227.62º 0.53% 0.47% -
XYZ 7.09 6.43 18.32 -
YUV 70.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 56 69 119 0.53 0.42 0 0.53 227.62 0.36 0.34
Hex 38 45 77 35 2A 0 35 E4 24 22
Octal 70 105 167 65 52 0 65 344 44 42
Binary 111000 1000101 1110111 110101 101010 0 110101 11100100 100100 100010

Color Harmonies of #384577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384577

Black with #384577

Text Example


Text Example

White with #384577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384577; }

 p { color: rgb(56,69,119); }

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

background-color css

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

 a { background-color: rgb(56,69,119); }

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

border-color css

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

 span { border-color: rgb(56,69,119); }

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