Html Css Color HEX #384477 Resolution Blue

📋 copy color: '#384477'

red 56 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #384477

Tints of Resolution Blue #384477

RGB

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

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

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

R = 23.05%
G = 27.98%
B = 48.97%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384477 (or 0x384477) is known color: Resolution Blue. HEX triplet: 38, 44 and 77. RGB value is (56,68,119). Sum of RGB (Red+Green+Blue) = 56+68+119=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #384477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384477 is #C7BB88. Grayscale: #464646. Windows color (decimal): -13089673 or 7816248. OLE color: 7816248.

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

Color convert

RGB 56 68 119 -
CMYK 0.53 0.43 0 0.53
HSL 228.57º 0.36% 0.34% -
HSV(B) 228.57º 0.53% 0.47% -
XYZ 7.03 6.31 18.3 -
YUV 70.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 56 68 119 0.53 0.43 0 0.53 228.57 0.36 0.34
Hex 38 44 77 35 2B 0 35 E5 24 22
Octal 70 104 167 65 53 0 65 345 44 42
Binary 111000 1000100 1110111 110101 101011 0 110101 11100101 100100 100010

Color Harmonies of #384477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384477

Black with #384477

Text Example


Text Example

White with #384477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384477; }

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

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

background-color css

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

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

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

border-color css

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

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

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