Html Css Color HEX #23688D Allports

📋 copy color: '#23688D'

red 35 ◦ green 104 ◦ blue 141

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

Shades of Allports #23688D

Tints of Allports #23688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 12.5%
G = 37.14%
B = 50.36%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23688D (or 0x23688D) is known color: Allports. HEX triplet: 23, 68 and 8D. RGB value is (35,104,141). Sum of RGB (Red+Green+Blue) = 35+104+141=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #23688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23688D is #DC9772. Grayscale: #575757. Windows color (decimal): -14456691 or 9267235. OLE color: 9267235.

HSL color Cylindrical-coordinate representation of color #23688D: hue angle of 200.94º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23688D is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 104 141 -
CMYK 0.75 0.26 0 0.45
HSL 200.94º 0.6% 0.35% -
HSV(B) 200.94º 0.75% 0.55% -
XYZ 10.45 12.18 27 -
YUV 87.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 35 104 141 0.75 0.26 0 0.45 200.94 0.6 0.35
Hex 23 68 8D 4B 1A 0 2D C9 3C 23
Octal 43 150 215 113 32 0 55 311 74 43
Binary 100011 1101000 10001101 1001011 11010 0 101101 11001001 111100 100011

Color Harmonies of #23688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23688D

Black with #23688D

Text Example


Text Example

White with #23688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,104,141); }

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

background-color css

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

 a { background-color: rgb(35,104,141); }

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

border-color css

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

 span { border-color: rgb(35,104,141); }

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