Html Css Color HEX #336073 Blumine

📋 copy color: '#336073'

red 51 ◦ green 96 ◦ blue 115

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

Shades of Blumine #336073

Tints of Blumine #336073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 19.47%
G = 36.64%
B = 43.89%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336073 (or 0x336073) is known color: Blumine. HEX triplet: 33, 60 and 73. RGB value is (51,96,115). Sum of RGB (Red+Green+Blue) = 51+96+115=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #336073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336073 is #CC9F8C. Grayscale: #545454. Windows color (decimal): -13410189 or 7561267. OLE color: 7561267.

HSL color Cylindrical-coordinate representation of color #336073: hue angle of 197.81º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336073 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 96 115 -
CMYK 0.56 0.17 0 0.55
HSL 197.81º 0.39% 0.33% -
HSV(B) 197.81º 0.56% 0.45% -
XYZ 8.64 10.31 17.75 -
YUV 84.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 51 96 115 0.56 0.17 0 0.55 197.81 0.39 0.33
Hex 33 60 73 38 11 0 37 C6 27 21
Octal 63 140 163 70 21 0 67 306 47 41
Binary 110011 1100000 1110011 111000 10001 0 110111 11000110 100111 100001

Color Harmonies of #336073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336073

Black with #336073

Text Example


Text Example

White with #336073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336073; }

 p { color: rgb(51,96,115); }

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

background-color css

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

 a { background-color: rgb(51,96,115); }

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

border-color css

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

 span { border-color: rgb(51,96,115); }

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