Html Css Color HEX #23488C Fun Blue

📋 copy color: '#23488C'

red 35 ◦ green 72 ◦ blue 140

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

Shades of Fun Blue #23488C

Tints of Fun Blue #23488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 14.17%
G = 29.15%
B = 56.68%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23488C (or 0x23488C) is known color: Fun Blue. HEX triplet: 23, 48 and 8C. RGB value is (35,72,140). Sum of RGB (Red+Green+Blue) = 35+72+140=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #23488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488C is #DCB773. Grayscale: #444444. Windows color (decimal): -14464884 or 9193507. OLE color: 9193507.

HSL color Cylindrical-coordinate representation of color #23488C: hue angle of 218.86º 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 #23488C is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 72 140 -
CMYK 0.75 0.49 0 0.45
HSL 218.86º 0.6% 0.34% -
HSV(B) 218.86º 0.75% 0.55% -
XYZ 7.74 6.89 25.73 -
YUV 68.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 35 72 140 0.75 0.49 0 0.45 218.86 0.6 0.34
Hex 23 48 8C 4B 31 0 2D DB 3C 22
Octal 43 110 214 113 61 0 55 333 74 42
Binary 100011 1001000 10001100 1001011 110001 0 101101 11011011 111100 100010

Color Harmonies of #23488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23488C

Black with #23488C

Text Example


Text Example

White with #23488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23488C; }

 p { color: rgb(35,72,140); }

 H1.HeaderClassName
 {
   color: #23488C;
 }
 .AnyTagClassName
 {
   color: #23488C;
 }
</style>

background-color css

<style>
 a { background-color: #23488C; }

 a { background-color: rgb(35,72,140); }

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

border-color css

<style>
 span { border-color: #23488C; }

 span { border-color: rgb(35,72,140); }

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