Html Css Color HEX #267199 Lochmara

📋 copy color: '#267199'

red 38 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #267199

Tints of Lochmara #267199

RGB

 RED value IS 38 (15.23% from 255) = 12.5%

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 12.5%
G = 37.17%
B = 50.33%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#267199 (or 0x267199) is known color: Lochmara. HEX triplet: 26, 71 and 99. RGB value is (38,113,153). Sum of RGB (Red+Green+Blue) = 38+113+153=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #267199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267199 is #D98E66. Grayscale: #5E5E5E. Windows color (decimal): -14257767 or 10055974. OLE color: 10055974.

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

Color convert

RGB 38 113 153 -
CMYK 0.75 0.26 0 0.4
HSL 200.87º 0.6% 0.37% -
HSV(B) 200.87º 0.75% 0.6% -
XYZ 12.45 14.52 32.28 -
YUV 95.14 160.65 87.25 -
System Red Green Blue C M Y K H S L
Decimal 38 113 153 0.75 0.26 0 0.4 200.87 0.6 0.37
Hex 26 71 99 4B 1A 0 28 C9 3C 25
Octal 46 161 231 113 32 0 50 311 74 45
Binary 100110 1110001 10011001 1001011 11010 0 101000 11001001 111100 100101

Color Harmonies of #267199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267199

Black with #267199

Text Example


Text Example

White with #267199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267199; }

 p { color: rgb(38,113,153); }

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

background-color css

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

 a { background-color: rgb(38,113,153); }

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

border-color css

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

 span { border-color: rgb(38,113,153); }

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