Html Css Color HEX #23748E Allports

📋 copy color: '#23748E'

red 35 ◦ green 116 ◦ blue 142

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

Shades of Allports #23748E

Tints of Allports #23748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 11.95%
G = 39.59%
B = 48.46%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23748E (or 0x23748E) is known color: Allports. HEX triplet: 23, 74 and 8E. RGB value is (35,116,142). Sum of RGB (Red+Green+Blue) = 35+116+142=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #23748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23748E is #DC8B71. Grayscale: #5E5E5E. Windows color (decimal): -14453618 or 9335843. OLE color: 9335843.

HSL color Cylindrical-coordinate representation of color #23748E: hue angle of 194.58º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23748E is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 116 142 -
CMYK 0.75 0.18 0 0.44
HSL 194.58º 0.6% 0.35% -
HSV(B) 194.58º 0.75% 0.56% -
XYZ 11.82 14.8 27.83 -
YUV 94.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 35 116 142 0.75 0.18 0 0.44 194.58 0.6 0.35
Hex 23 74 8E 4B 12 0 2C C3 3C 23
Octal 43 164 216 113 22 0 54 303 74 43
Binary 100011 1110100 10001110 1001011 10010 0 101100 11000011 111100 100011

Color Harmonies of #23748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23748E

Black with #23748E

Text Example


Text Example

White with #23748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23748E; }

 p { color: rgb(35,116,142); }

 H1.HeaderClassName
 {
   color: #23748E;
 }
 .AnyTagClassName
 {
   color: #23748E;
 }
</style>

background-color css

<style>
 a { background-color: #23748E; }

 a { background-color: rgb(35,116,142); }

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

border-color css

<style>
 span { border-color: #23748E; }

 span { border-color: rgb(35,116,142); }

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