Html Css Color HEX #336F7B Atoll

📋 copy color: '#336F7B'

red 51 ◦ green 111 ◦ blue 123

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

Shades of Atoll #336F7B

Tints of Atoll #336F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 123 (48.44% from 255) = 43.16%

R = 17.89%
G = 38.95%
B = 43.16%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#336F7B (or 0x336F7B) is known color: Atoll. HEX triplet: 33, 6F and 7B. RGB value is (51,111,123). Sum of RGB (Red+Green+Blue) = 51+111+123=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #336F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F7B is #CC9084. Grayscale: #5E5E5E. Windows color (decimal): -13406341 or 8089395. OLE color: 8089395.

HSL color Cylindrical-coordinate representation of color #336F7B: hue angle of 190º 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 #336F7B is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 111 123 -
CMYK 0.59 0.10 0 0.52
HSL 190º 0.41% 0.34% -
HSV(B) 190º 0.59% 0.48% -
XYZ 10.62 13.5 20.79 -
YUV 94.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 51 111 123 0.59 0.10 0 0.52 190 0.41 0.34
Hex 33 6F 7B 3B A 0 34 BE 29 22
Octal 63 157 173 73 12 0 64 276 51 42
Binary 110011 1101111 1111011 111011 1010 0 110100 10111110 101001 100010

Color Harmonies of #336F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F7B

Black with #336F7B

Text Example


Text Example

White with #336F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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