Html Css Color HEX #267DAB Lochmara

📋 copy color: '#267DAB'

red 38 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #267DAB

Tints of Lochmara #267DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 11.38%
G = 37.43%
B = 51.2%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#267DAB (or 0x267DAB) is known color: Lochmara. HEX triplet: 26, 7D and AB. RGB value is (38,125,171). Sum of RGB (Red+Green+Blue) = 38+125+171=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #267DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267DAB is #D98254. Grayscale: #676767. Windows color (decimal): -14254677 or 11238694. OLE color: 11238694.

HSL color Cylindrical-coordinate representation of color #267DAB: hue angle of 200.75º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267DAB is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 125 171 -
CMYK 0.78 0.27 0 0.33
HSL 200.75º 0.64% 0.41% -
HSV(B) 200.75º 0.78% 0.67% -
XYZ 15.48 18.02 41.19 -
YUV 104.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 38 125 171 0.78 0.27 0 0.33 200.75 0.64 0.41
Hex 26 7D AB 4E 1B 0 21 C9 40 29
Octal 46 175 253 116 33 0 41 311 100 51
Binary 100110 1111101 10101011 1001110 11011 0 100001 11001001 1000000 101001

Color Harmonies of #267DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DAB

Black with #267DAB

Text Example


Text Example

White with #267DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267DAB; }

 p { color: rgb(38,125,171); }

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

background-color css

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

 a { background-color: rgb(38,125,171); }

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

border-color css

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

 span { border-color: rgb(38,125,171); }

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