Html Css Color HEX #23749B Lochmara

📋 copy color: '#23749B'

red 35 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #23749B

Tints of Lochmara #23749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 11.44%
G = 37.91%
B = 50.65%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23749B (or 0x23749B) is known color: Lochmara. HEX triplet: 23, 74 and 9B. RGB value is (35,116,155). Sum of RGB (Red+Green+Blue) = 35+116+155=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #23749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23749B is #DC8B64. Grayscale: #5F5F5F. Windows color (decimal): -14453605 or 10187811. OLE color: 10187811.

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

Color convert

RGB 35 116 155 -
CMYK 0.77 0.25 0 0.39
HSL 199.5º 0.63% 0.37% -
HSV(B) 199.5º 0.77% 0.61% -
XYZ 12.85 15.21 33.27 -
YUV 96.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 35 116 155 0.77 0.25 0 0.39 199.5 0.63 0.37
Hex 23 74 9B 4D 19 0 27 C8 3F 25
Octal 43 164 233 115 31 0 47 310 77 45
Binary 100011 1110100 10011011 1001101 11001 0 100111 11001000 111111 100101

Color Harmonies of #23749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23749B

Black with #23749B

Text Example


Text Example

White with #23749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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