Html Css Color HEX #275FAA Lochmara

📋 copy color: '#275FAA'

red 39 ◦ green 95 ◦ blue 170

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

Shades of Lochmara #275FAA

Tints of Lochmara #275FAA

RGB

 RED value IS 39 (15.63% from 255) = 12.83%

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 12.83%
G = 31.25%
B = 55.92%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275FAA (or 0x275FAA) is known color: Lochmara. HEX triplet: 27, 5F and AA. RGB value is (39,95,170). Sum of RGB (Red+Green+Blue) = 39+95+170=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #275FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FAA is #D8A055. Grayscale: #565656. Windows color (decimal): -14196822 or 11165479. OLE color: 11165479.

HSL color Cylindrical-coordinate representation of color #275FAA: hue angle of 214.35º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275FAA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 95 170 -
CMYK 0.77 0.44 0 0.33
HSL 214.35º 0.63% 0.41% -
HSV(B) 214.35º 0.77% 0.67% -
XYZ 12.18 11.52 39.61 -
YUV 86.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 39 95 170 0.77 0.44 0 0.33 214.35 0.63 0.41
Hex 27 5F AA 4D 2C 0 21 D6 3F 29
Octal 47 137 252 115 54 0 41 326 77 51
Binary 100111 1011111 10101010 1001101 101100 0 100001 11010110 111111 101001

Color Harmonies of #275FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FAA

Black with #275FAA

Text Example


Text Example

White with #275FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275FAA; }

 p { color: rgb(39,95,170); }

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

background-color css

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

 a { background-color: rgb(39,95,170); }

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

border-color css

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

 span { border-color: rgb(39,95,170); }

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