Html Css Color HEX #266596 Lochmara

📋 copy color: '#266596'

red 38 ◦ green 101 ◦ blue 150

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

Shades of Lochmara #266596

Tints of Lochmara #266596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 13.15%
G = 34.95%
B = 51.9%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#266596 (or 0x266596) is known color: Lochmara. HEX triplet: 26, 65 and 96. RGB value is (38,101,150). Sum of RGB (Red+Green+Blue) = 38+101+150=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #266596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266596 is #D99A69. Grayscale: #575757. Windows color (decimal): -14260842 or 9856294. OLE color: 9856294.

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

Color convert

RGB 38 101 150 -
CMYK 0.75 0.33 0 0.41
HSL 206.25º 0.6% 0.37% -
HSV(B) 206.25º 0.75% 0.59% -
XYZ 10.96 11.92 30.58 -
YUV 87.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 38 101 150 0.75 0.33 0 0.41 206.25 0.6 0.37
Hex 26 65 96 4B 21 0 29 CE 3C 25
Octal 46 145 226 113 41 0 51 316 74 45
Binary 100110 1100101 10010110 1001011 100001 0 101001 11001110 111100 100101

Color Harmonies of #266596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266596

Black with #266596

Text Example


Text Example

White with #266596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266596; }

 p { color: rgb(38,101,150); }

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

background-color css

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

 a { background-color: rgb(38,101,150); }

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

border-color css

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

 span { border-color: rgb(38,101,150); }

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