Html Css Color HEX #23659C Lochmara

📋 copy color: '#23659C'

red 35 ◦ green 101 ◦ blue 156

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

Shades of Lochmara #23659C

Tints of Lochmara #23659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 11.99%
G = 34.59%
B = 53.42%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23659C (or 0x23659C) is known color: Lochmara. HEX triplet: 23, 65 and 9C. RGB value is (35,101,156). Sum of RGB (Red+Green+Blue) = 35+101+156=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #23659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23659C is #DC9A63. Grayscale: #575757. Windows color (decimal): -14457444 or 10249507. OLE color: 10249507.

HSL color Cylindrical-coordinate representation of color #23659C: hue angle of 207.27º 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 #23659C is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 101 156 -
CMYK 0.78 0.35 0 0.39
HSL 207.27º 0.63% 0.37% -
HSV(B) 207.27º 0.78% 0.61% -
XYZ 11.35 12.06 33.18 -
YUV 87.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 35 101 156 0.78 0.35 0 0.39 207.27 0.63 0.37
Hex 23 65 9C 4E 23 0 27 CF 3F 25
Octal 43 145 234 116 43 0 47 317 77 45
Binary 100011 1100101 10011100 1001110 100011 0 100111 11001111 111111 100101

Color Harmonies of #23659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23659C

Black with #23659C

Text Example


Text Example

White with #23659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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