Html Css Color HEX #384677 Resolution Blue

📋 copy color: '#384677'

red 56 ◦ green 70 ◦ blue 119

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

Shades of Resolution Blue #384677

Tints of Resolution Blue #384677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 22.86%
G = 28.57%
B = 48.57%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384677 (or 0x384677) is known color: Resolution Blue. HEX triplet: 38, 46 and 77. RGB value is (56,70,119). Sum of RGB (Red+Green+Blue) = 56+70+119=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #384677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384677 is #C7B988. Grayscale: #474747. Windows color (decimal): -13089161 or 7816760. OLE color: 7816760.

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

Color convert

RGB 56 70 119 -
CMYK 0.53 0.41 0 0.53
HSL 226.67º 0.36% 0.34% -
HSV(B) 226.67º 0.53% 0.47% -
XYZ 7.15 6.55 18.34 -
YUV 71.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 56 70 119 0.53 0.41 0 0.53 226.67 0.36 0.34
Hex 38 46 77 35 29 0 35 E3 24 22
Octal 70 106 167 65 51 0 65 343 44 42
Binary 111000 1000110 1110111 110101 101001 0 110101 11100011 100100 100010

Color Harmonies of #384677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384677

Black with #384677

Text Example


Text Example

White with #384677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384677; }

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

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

background-color css

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

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

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

border-color css

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

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

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