Html Css Color HEX #23699C Lochmara

📋 copy color: '#23699C'

red 35 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #23699C

Tints of Lochmara #23699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 11.82%
G = 35.47%
B = 52.7%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23699C (or 0x23699C) is known color: Lochmara. HEX triplet: 23, 69 and 9C. RGB value is (35,105,156). Sum of RGB (Red+Green+Blue) = 35+105+156=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #23699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23699C is #DC9663. Grayscale: #595959. Windows color (decimal): -14456420 or 10250531. OLE color: 10250531.

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

Color convert

RGB 35 105 156 -
CMYK 0.78 0.33 0 0.39
HSL 205.29º 0.63% 0.37% -
HSV(B) 205.29º 0.78% 0.61% -
XYZ 11.75 12.86 33.32 -
YUV 89.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 35 105 156 0.78 0.33 0 0.39 205.29 0.63 0.37
Hex 23 69 9C 4E 21 0 27 CD 3F 25
Octal 43 151 234 116 41 0 47 315 77 45
Binary 100011 1101001 10011100 1001110 100001 0 100111 11001101 111111 100101

Color Harmonies of #23699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23699C

Black with #23699C

Text Example


Text Example

White with #23699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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