Html Css Color HEX #384378 Resolution Blue

📋 copy color: '#384378'

red 56 ◦ green 67 ◦ blue 120

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

Shades of Resolution Blue #384378

Tints of Resolution Blue #384378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 23.05%
G = 27.57%
B = 49.38%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384378 (or 0x384378) is known color: Resolution Blue. HEX triplet: 38, 43 and 78. RGB value is (56,67,120). Sum of RGB (Red+Green+Blue) = 56+67+120=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #384378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384378 is #C7BC87. Grayscale: #454545. Windows color (decimal): -13089928 or 7881528. OLE color: 7881528.

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

Color convert

RGB 56 67 120 -
CMYK 0.53 0.44 0 0.53
HSL 229.69º 0.36% 0.35% -
HSV(B) 229.69º 0.53% 0.47% -
XYZ 7.03 6.21 18.6 -
YUV 69.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 56 67 120 0.53 0.44 0 0.53 229.69 0.36 0.35
Hex 38 43 78 35 2C 0 35 E6 24 23
Octal 70 103 170 65 54 0 65 346 44 43
Binary 111000 1000011 1111000 110101 101100 0 110101 11100110 100100 100011

Color Harmonies of #384378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384378

Black with #384378

Text Example


Text Example

White with #384378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384378; }

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

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

background-color css

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

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

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

border-color css

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

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

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