Html Css Color HEX #336779 Blumine

📋 copy color: '#336779'

red 51 ◦ green 103 ◦ blue 121

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

Shades of Blumine #336779

Tints of Blumine #336779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 18.55%
G = 37.45%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336779 (or 0x336779) is known color: Blumine. HEX triplet: 33, 67 and 79. RGB value is (51,103,121). Sum of RGB (Red+Green+Blue) = 51+103+121=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #336779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336779 is #CC9886. Grayscale: #595959. Windows color (decimal): -13408391 or 7956275. OLE color: 7956275.

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

Color convert

RGB 51 103 121 -
CMYK 0.58 0.15 0 0.53
HSL 195.43º 0.41% 0.34% -
HSV(B) 195.43º 0.58% 0.47% -
XYZ 9.67 11.78 19.85 -
YUV 89.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 51 103 121 0.58 0.15 0 0.53 195.43 0.41 0.34
Hex 33 67 79 3A F 0 35 C3 29 22
Octal 63 147 171 72 17 0 65 303 51 42
Binary 110011 1100111 1111001 111010 1111 0 110101 11000011 101001 100010

Color Harmonies of #336779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336779

Black with #336779

Text Example


Text Example

White with #336779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336779; }

 p { color: rgb(51,103,121); }

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

background-color css

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

 a { background-color: rgb(51,103,121); }

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

border-color css

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

 span { border-color: rgb(51,103,121); }

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