Html Css Color HEX #23769B Lochmara

📋 copy color: '#23769B'

red 35 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #23769B

Tints of Lochmara #23769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 11.36%
G = 38.31%
B = 50.32%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23769B (or 0x23769B) is known color: Lochmara. HEX triplet: 23, 76 and 9B. RGB value is (35,118,155). Sum of RGB (Red+Green+Blue) = 35+118+155=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #23769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23769B is #DC8964. Grayscale: #616161. Windows color (decimal): -14453093 or 10188323. OLE color: 10188323.

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

Color convert

RGB 35 118 155 -
CMYK 0.77 0.24 0 0.39
HSL 198.5º 0.63% 0.37% -
HSV(B) 198.5º 0.77% 0.61% -
XYZ 13.09 15.68 33.35 -
YUV 97.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 35 118 155 0.77 0.24 0 0.39 198.5 0.63 0.37
Hex 23 76 9B 4D 18 0 27 C6 3F 25
Octal 43 166 233 115 30 0 47 306 77 45
Binary 100011 1110110 10011011 1001101 11000 0 100111 11000110 111111 100101

Color Harmonies of #23769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23769B

Black with #23769B

Text Example


Text Example

White with #23769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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