Html Css Color HEX #23759C Lochmara

📋 copy color: '#23759C'

red 35 ◦ green 117 ◦ blue 156

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

Shades of Lochmara #23759C

Tints of Lochmara #23759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 11.36%
G = 37.99%
B = 50.65%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23759C (or 0x23759C) is known color: Lochmara. HEX triplet: 23, 75 and 9C. RGB value is (35,117,156). Sum of RGB (Red+Green+Blue) = 35+117+156=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #23759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23759C is #DC8A63. Grayscale: #606060. Windows color (decimal): -14453348 or 10253603. OLE color: 10253603.

HSL color Cylindrical-coordinate representation of color #23759C: hue angle of 199.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23759C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 117 156 -
CMYK 0.78 0.25 0 0.39
HSL 199.34º 0.63% 0.37% -
HSV(B) 199.34º 0.78% 0.61% -
XYZ 13.06 15.48 33.75 -
YUV 96.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 35 117 156 0.78 0.25 0 0.39 199.34 0.63 0.37
Hex 23 75 9C 4E 19 0 27 C7 3F 25
Octal 43 165 234 116 31 0 47 307 77 45
Binary 100011 1110101 10011100 1001110 11001 0 100111 11000111 111111 100101

Color Harmonies of #23759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23759C

Black with #23759C

Text Example


Text Example

White with #23759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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