Html Css Color HEX #2377AF Lochmara

📋 copy color: '#2377AF'

red 35 ◦ green 119 ◦ blue 175

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

Shades of Lochmara #2377AF

Tints of Lochmara #2377AF

RGB

 RED value IS 35 (14.06% from 255) = 10.64%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 10.64%
G = 36.17%
B = 53.19%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2377AF (or 0x2377AF) is known color: Lochmara. HEX triplet: 23, 77 and AF. RGB value is (35,119,175). Sum of RGB (Red+Green+Blue) = 35+119+175=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #2377AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2377AF is #DC8850. Grayscale: #636363. Windows color (decimal): -14452817 or 11499299. OLE color: 11499299.

HSL color Cylindrical-coordinate representation of color #2377AF: hue angle of 204º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2377AF is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 119 175 -
CMYK 0.8 0.32 0 0.31
HSL 204º 0.67% 0.41% -
HSV(B) 204º 0.8% 0.69% -
XYZ 15.03 16.65 42.98 -
YUV 100.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 35 119 175 0.8 0.32 0 0.31 204 0.67 0.41
Hex 23 77 AF 50 20 0 1F CC 43 29
Octal 43 167 257 120 40 0 37 314 103 51
Binary 100011 1110111 10101111 1010000 100000 0 11111 11001100 1000011 101001

Color Harmonies of #2377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2377AF

Black with #2377AF

Text Example


Text Example

White with #2377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2377AF; }

 p { color: rgb(35,119,175); }

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

background-color css

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

 a { background-color: rgb(35,119,175); }

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

border-color css

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

 span { border-color: rgb(35,119,175); }

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