#336B7B

Color #336B7B Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #336B7B

Tints of Astral #336B7B

Color information

#336B7B (or 0x336B7B) is unknown color: approx Astral. HEX triplet: 33, 6B and 7B. RGB value is (51,107,123). Sum of RGB (Red+Green+Blue) = 51+107+123=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #336B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B7B is #CC9484. Grayscale: #5B5B5B. Windows color (decimal): -13407365 or 8088371. OLE color: 8088371.

HSL color Cylindrical-coordinate representation of color #336B7B: hue angle of 193.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336B7B is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51107123-
CMYK0.590.1300.52
HSL193.33º41.38%34.12%-
HSV(B)193.33º58.54%48.24%-
XYZ10.212.6520.64-
YUV92.08145.4598.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=18.15%
G=38.08%
B=43.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511071230.590.1300.52193.3341.3834.12
Hex336B7B3BD034c12922
Octal6315317373150643015142
Binary110011110101111110111110111101011010011000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336B7B; }

 p { color: rgb(51,107,123); }

 H1.HeaderClassName
 {
   color: #336B7B;
 }
 .AnyTagClassName
 {
   color: #336B7B;
 }
</style>
background-color css

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

 a { background-color: rgb(51,107,123); }

 div.DivClassName
 {
   background-color: #336B7B;
 }
 .BgClassName
 {
   background-color: #336B7B;
 }
</style>
border-color css

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

 span { border-color: rgb(51,107,123); }

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