Html Css Color HEX #336378 Blumine

📋 copy color: '#336378'

red 51 ◦ green 99 ◦ blue 120

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

Shades of Blumine #336378

Tints of Blumine #336378

RGB

 RED value IS 51 (20.31% from 255) = 18.89%

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 18.89%
G = 36.67%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336378 (or 0x336378) is known color: Blumine. HEX triplet: 33, 63 and 78. RGB value is (51,99,120). Sum of RGB (Red+Green+Blue) = 51+99+120=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #336378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336378 is #CC9C87. Grayscale: #565656. Windows color (decimal): -13409416 or 7889715. OLE color: 7889715.

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

Color convert

RGB 51 99 120 -
CMYK 0.58 0.17 0 0.53
HSL 198.26º 0.4% 0.34% -
HSV(B) 198.26º 0.58% 0.47% -
XYZ 9.22 10.98 19.4 -
YUV 87.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 51 99 120 0.58 0.17 0 0.53 198.26 0.4 0.34
Hex 33 63 78 3A 11 0 35 C6 28 22
Octal 63 143 170 72 21 0 65 306 50 42
Binary 110011 1100011 1111000 111010 10001 0 110101 11000110 101000 100010

Color Harmonies of #336378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336378

Black with #336378

Text Example


Text Example

White with #336378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336378; }

 p { color: rgb(51,99,120); }

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

background-color css

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

 a { background-color: rgb(51,99,120); }

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

border-color css

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

 span { border-color: rgb(51,99,120); }

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