Html Css Color HEX #267095 Lochmara

📋 copy color: '#267095'

red 38 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #267095

Tints of Lochmara #267095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 12.71%
G = 37.46%
B = 49.83%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267095 (or 0x267095) is known color: Lochmara. HEX triplet: 26, 70 and 95. RGB value is (38,112,149). Sum of RGB (Red+Green+Blue) = 38+112+149=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #267095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267095 is #D98F6A. Grayscale: #5D5D5D. Windows color (decimal): -14258027 or 9793574. OLE color: 9793574.

HSL color Cylindrical-coordinate representation of color #267095: hue angle of 200º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267095 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 112 149 -
CMYK 0.74 0.25 0 0.42
HSL 200º 0.59% 0.37% -
HSV(B) 200º 0.74% 0.58% -
XYZ 12.02 14.17 30.54 -
YUV 94.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 38 112 149 0.74 0.25 0 0.42 200 0.59 0.37
Hex 26 70 95 4A 19 0 2A C8 3B 25
Octal 46 160 225 112 31 0 52 310 73 45
Binary 100110 1110000 10010101 1001010 11001 0 101010 11001000 111011 100101

Color Harmonies of #267095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267095

Black with #267095

Text Example


Text Example

White with #267095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267095; }

 p { color: rgb(38,112,149); }

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

background-color css

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

 a { background-color: rgb(38,112,149); }

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

border-color css

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

 span { border-color: rgb(38,112,149); }

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