Html Css Color HEX #227DAD Lochmara

📋 copy color: '#227DAD'

red 34 ◦ green 125 ◦ blue 173

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

Shades of Lochmara #227DAD

Tints of Lochmara #227DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 10.24%
G = 37.65%
B = 52.11%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#227DAD (or 0x227DAD) is known color: Lochmara. HEX triplet: 22, 7D and AD. RGB value is (34,125,173). Sum of RGB (Red+Green+Blue) = 34+125+173=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #227DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227DAD is #DD8252. Grayscale: #666666. Windows color (decimal): -14516819 or 11369762. OLE color: 11369762.

HSL color Cylindrical-coordinate representation of color #227DAD: hue angle of 200.72º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #227DAD is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 125 173 -
CMYK 0.80 0.28 0 0.32
HSL 200.72º 0.67% 0.41% -
HSV(B) 200.72º 0.8% 0.68% -
XYZ 15.54 18.02 42.2 -
YUV 103.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 34 125 173 0.80 0.28 0 0.32 200.72 0.67 0.41
Hex 22 7D AD 50 1C 0 20 C9 43 29
Octal 42 175 255 120 34 0 40 311 103 51
Binary 100010 1111101 10101101 1010000 11100 0 100000 11001001 1000011 101001

Color Harmonies of #227DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DAD

Black with #227DAD

Text Example


Text Example

White with #227DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,125,173); }

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

background-color css

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

 a { background-color: rgb(34,125,173); }

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

border-color css

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

 span { border-color: rgb(34,125,173); }

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