Html Css Color HEX #23748B Allports

📋 copy color: '#23748B'

red 35 ◦ green 116 ◦ blue 139

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

Shades of Allports #23748B

Tints of Allports #23748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 12.07%
G = 40%
B = 47.93%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23748B (or 0x23748B) is known color: Allports. HEX triplet: 23, 74 and 8B. RGB value is (35,116,139). Sum of RGB (Red+Green+Blue) = 35+116+139=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #23748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23748B is #DC8B74. Grayscale: #5E5E5E. Windows color (decimal): -14453621 or 9139235. OLE color: 9139235.

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

Color convert

RGB 35 116 139 -
CMYK 0.75 0.17 0 0.45
HSL 193.27º 0.6% 0.34% -
HSV(B) 193.27º 0.75% 0.55% -
XYZ 11.6 14.71 26.65 -
YUV 94.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 35 116 139 0.75 0.17 0 0.45 193.27 0.6 0.34
Hex 23 74 8B 4B 11 0 2D C1 3C 22
Octal 43 164 213 113 21 0 55 301 74 42
Binary 100011 1110100 10001011 1001011 10001 0 101101 11000001 111100 100010

Color Harmonies of #23748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23748B

Black with #23748B

Text Example


Text Example

White with #23748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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