Html Css Color HEX #2375AB Lochmara

📋 copy color: '#2375AB'

red 35 ◦ green 117 ◦ blue 171

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

Shades of Lochmara #2375AB

Tints of Lochmara #2375AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 10.84%
G = 36.22%
B = 52.94%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2375AB (or 0x2375AB) is known color: Lochmara. HEX triplet: 23, 75 and AB. RGB value is (35,117,171). Sum of RGB (Red+Green+Blue) = 35+117+171=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #2375AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2375AB is #DC8A54. Grayscale: #626262. Windows color (decimal): -14453333 or 11236643. OLE color: 11236643.

HSL color Cylindrical-coordinate representation of color #2375AB: hue angle of 203.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2375AB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 117 171 -
CMYK 0.80 0.32 0 0.33
HSL 203.82º 0.66% 0.4% -
HSV(B) 203.82º 0.8% 0.67% -
XYZ 14.41 16.02 40.86 -
YUV 98.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 35 117 171 0.80 0.32 0 0.33 203.82 0.66 0.4
Hex 23 75 AB 50 20 0 21 CC 42 28
Octal 43 165 253 120 40 0 41 314 102 50
Binary 100011 1110101 10101011 1010000 100000 0 100001 11001100 1000010 101000

Color Harmonies of #2375AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375AB

Black with #2375AB

Text Example


Text Example

White with #2375AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2375AB; }

 p { color: rgb(35,117,171); }

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

background-color css

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

 a { background-color: rgb(35,117,171); }

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

border-color css

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

 span { border-color: rgb(35,117,171); }

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