Html Css Color HEX #23639D Lochmara

📋 copy color: '#23639D'

red 35 ◦ green 99 ◦ blue 157

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

Shades of Lochmara #23639D

Tints of Lochmara #23639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 12.03%
G = 34.02%
B = 53.95%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23639D (or 0x23639D) is known color: Lochmara. HEX triplet: 23, 63 and 9D. RGB value is (35,99,157). Sum of RGB (Red+Green+Blue) = 35+99+157=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #23639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23639D is #DC9C62. Grayscale: #565656. Windows color (decimal): -14457955 or 10314531. OLE color: 10314531.

HSL color Cylindrical-coordinate representation of color #23639D: hue angle of 208.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23639D is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 99 157 -
CMYK 0.78 0.37 0 0.38
HSL 208.52º 0.64% 0.38% -
HSV(B) 208.52º 0.78% 0.62% -
XYZ 11.24 11.72 33.57 -
YUV 86.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 35 99 157 0.78 0.37 0 0.38 208.52 0.64 0.38
Hex 23 63 9D 4E 25 0 26 D1 40 26
Octal 43 143 235 116 45 0 46 321 100 46
Binary 100011 1100011 10011101 1001110 100101 0 100110 11010001 1000000 100110

Color Harmonies of #23639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23639D

Black with #23639D

Text Example


Text Example

White with #23639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23639D; }

 p { color: rgb(35,99,157); }

 H1.HeaderClassName
 {
   color: #23639D;
 }
 .AnyTagClassName
 {
   color: #23639D;
 }
</style>

background-color css

<style>
 a { background-color: #23639D; }

 a { background-color: rgb(35,99,157); }

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

border-color css

<style>
 span { border-color: #23639D; }

 span { border-color: rgb(35,99,157); }

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