#227B68

Color #227B68 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #227B68

Tints of Deep Sea #227B68

Color information

#227B68 (or 0x227B68) is unknown color: approx Deep Sea. HEX triplet: 22, 7B and 68. RGB value is (34,123,104). Sum of RGB (Red+Green+Blue) = 34+123+104=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #227B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B68 is #DD8497. Grayscale: #5E5E5E. Windows color (decimal): -14517400 or 6847266. OLE color: 6847266.

HSL color Cylindrical-coordinate representation of color #227B68: hue angle of 167.19º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B68 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB34123104-
CMYK0.7200.150.52
HSL167.19º56.69%30.78%-
HSV(B)167.19º72.36%48.24%-
XYZ10.2415.5115.55-
YUV94.22133.5185.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=13.03%
G=47.13%
B=39.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal341231040.7200.150.52167.1956.6930.78
Hex227B68480F34a7391f
Octal42173150110017642477137
Binary100010111101111010001001000011111101001010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227B68; }

 p { color: rgb(34,123,104); }

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

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

 a { background-color: rgb(34,123,104); }

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

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

 span { border-color: rgb(34,123,104); }

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