Html Css Color HEX #23759B Lochmara

📋 copy color: '#23759B'

red 35 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #23759B

Tints of Lochmara #23759B

RGB

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

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

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

R = 11.4%
G = 38.11%
B = 50.49%

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

#23759B (or 0x23759B) is known color: Lochmara. HEX triplet: 23, 75 and 9B. RGB value is (35,117,155). Sum of RGB (Red+Green+Blue) = 35+117+155=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #23759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23759B is #DC8A64. Grayscale: #606060. Windows color (decimal): -14453349 or 10188067. OLE color: 10188067.

HSL color Cylindrical-coordinate representation of color #23759B: hue angle of 199º 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 #23759B is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 117 155 -
CMYK 0.77 0.25 0 0.39
HSL 199º 0.63% 0.37% -
HSV(B) 199º 0.77% 0.61% -
XYZ 12.97 15.45 33.31 -
YUV 96.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 35 117 155 0.77 0.25 0 0.39 199 0.63 0.37
Hex 23 75 9B 4D 19 0 27 C7 3F 25
Octal 43 165 233 115 31 0 47 307 77 45
Binary 100011 1110101 10011011 1001101 11001 0 100111 11000111 111111 100101

Color Harmonies of #23759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23759B

Black with #23759B

Text Example


Text Example

White with #23759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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