Html Css Color HEX #227699 Lochmara

📋 copy color: '#227699'

red 34 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #227699

Tints of Lochmara #227699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 11.15%
G = 38.69%
B = 50.16%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#227699 (or 0x227699) is known color: Lochmara. HEX triplet: 22, 76 and 99. RGB value is (34,118,153). Sum of RGB (Red+Green+Blue) = 34+118+153=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #227699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227699 is #DD8966. Grayscale: #606060. Windows color (decimal): -14518631 or 10057250. OLE color: 10057250.

HSL color Cylindrical-coordinate representation of color #227699: hue angle of 197.65º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227699 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 118 153 -
CMYK 0.78 0.23 0 0.4
HSL 197.65º 0.64% 0.37% -
HSV(B) 197.65º 0.78% 0.6% -
XYZ 12.89 15.6 32.47 -
YUV 96.87 159.67 83.15 -
System Red Green Blue C M Y K H S L
Decimal 34 118 153 0.78 0.23 0 0.4 197.65 0.64 0.37
Hex 22 76 99 4E 17 0 28 C6 40 25
Octal 42 166 231 116 27 0 50 306 100 45
Binary 100010 1110110 10011001 1001110 10111 0 101000 11000110 1000000 100101

Color Harmonies of #227699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227699

Black with #227699

Text Example


Text Example

White with #227699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227699; }

 p { color: rgb(34,118,153); }

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

background-color css

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

 a { background-color: rgb(34,118,153); }

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

border-color css

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

 span { border-color: rgb(34,118,153); }

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