Html Css Color HEX #227465 Deep Sea

📋 copy color: '#227465'

red 34 ◦ green 116 ◦ blue 101

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

Shades of Deep Sea #227465

Tints of Deep Sea #227465

RGB

 RED value IS 34 (13.67% from 255) = 13.55%

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 13.55%
G = 46.22%
B = 40.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#227465 (or 0x227465) is known color: Deep Sea. HEX triplet: 22, 74 and 65. RGB value is (34,116,101). Sum of RGB (Red+Green+Blue) = 34+116+101=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #227465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227465 is #DD8B9A. Grayscale: #595959. Windows color (decimal): -14519195 or 6648866. OLE color: 6648866.

HSL color Cylindrical-coordinate representation of color #227465: hue angle of 169.02º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227465 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 116 101 -
CMYK 0.71 0 0.13 0.55
HSL 169.02º 0.55% 0.29% -
HSV(B) 169.02º 0.71% 0.45% -
XYZ 9.25 13.77 14.48 -
YUV 89.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 34 116 101 0.71 0 0.13 0.55 169.02 0.55 0.29
Hex 22 74 65 47 0 D 37 A9 37 1D
Octal 42 164 145 107 0 15 67 251 67 35
Binary 100010 1110100 1100101 1000111 0 1101 110111 10101001 110111 11101

Color Harmonies of #227465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227465

Black with #227465

Text Example


Text Example

White with #227465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227465; }

 p { color: rgb(34,116,101); }

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

background-color css

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

 a { background-color: rgb(34,116,101); }

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

border-color css

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

 span { border-color: rgb(34,116,101); }

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