Html Css Color HEX #23749D Lochmara

📋 copy color: '#23749D'

red 35 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #23749D

Tints of Lochmara #23749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 11.36%
G = 37.66%
B = 50.97%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23749D (or 0x23749D) is known color: Lochmara. HEX triplet: 23, 74 and 9D. RGB value is (35,116,157). Sum of RGB (Red+Green+Blue) = 35+116+157=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #23749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23749D is #DC8B62. Grayscale: #606060. Windows color (decimal): -14453603 or 10318883. OLE color: 10318883.

HSL color Cylindrical-coordinate representation of color #23749D: hue angle of 200.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23749D is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 116 157 -
CMYK 0.78 0.26 0 0.38
HSL 200.16º 0.64% 0.38% -
HSV(B) 200.16º 0.78% 0.62% -
XYZ 13.02 15.28 34.16 -
YUV 96.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 35 116 157 0.78 0.26 0 0.38 200.16 0.64 0.38
Hex 23 74 9D 4E 1A 0 26 C8 40 26
Octal 43 164 235 116 32 0 46 310 100 46
Binary 100011 1110100 10011101 1001110 11010 0 100110 11001000 1000000 100110

Color Harmonies of #23749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23749D

Black with #23749D

Text Example


Text Example

White with #23749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23749D; }

 p { color: rgb(35,116,157); }

 H1.HeaderClassName
 {
   color: #23749D;
 }
 .AnyTagClassName
 {
   color: #23749D;
 }
</style>

background-color css

<style>
 a { background-color: #23749D; }

 a { background-color: rgb(35,116,157); }

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

border-color css

<style>
 span { border-color: #23749D; }

 span { border-color: rgb(35,116,157); }

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