Html Css Color HEX #227DAF Lochmara

📋 copy color: '#227DAF'

red 34 ◦ green 125 ◦ blue 175

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

Shades of Lochmara #227DAF

Tints of Lochmara #227DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 10.18%
G = 37.43%
B = 52.4%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#227DAF (or 0x227DAF) is known color: Lochmara. HEX triplet: 22, 7D and AF. RGB value is (34,125,175). Sum of RGB (Red+Green+Blue) = 34+125+175=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #227DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227DAF is #DD8250. Grayscale: #676767. Windows color (decimal): -14516817 or 11500834. OLE color: 11500834.

HSL color Cylindrical-coordinate representation of color #227DAF: hue angle of 201.28º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227DAF is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 125 175 -
CMYK 0.81 0.29 0 0.31
HSL 201.28º 0.67% 0.41% -
HSV(B) 201.28º 0.81% 0.69% -
XYZ 15.73 18.1 43.22 -
YUV 103.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 34 125 175 0.81 0.29 0 0.31 201.28 0.67 0.41
Hex 22 7D AF 51 1D 0 1F C9 43 29
Octal 42 175 257 121 35 0 37 311 103 51
Binary 100010 1111101 10101111 1010001 11101 0 11111 11001001 1000011 101001

Color Harmonies of #227DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DAF

Black with #227DAF

Text Example


Text Example

White with #227DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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