Html Css Color HEX #23488D Fun Blue

📋 copy color: '#23488D'

red 35 ◦ green 72 ◦ blue 141

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

Shades of Fun Blue #23488D

Tints of Fun Blue #23488D

RGB

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

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

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

R = 14.11%
G = 29.03%
B = 56.85%

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

#23488D (or 0x23488D) is known color: Fun Blue. HEX triplet: 23, 48 and 8D. RGB value is (35,72,141). Sum of RGB (Red+Green+Blue) = 35+72+141=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #23488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488D is #DCB772. Grayscale: #444444. Windows color (decimal): -14464883 or 9259043. OLE color: 9259043.

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

Color convert

RGB 35 72 141 -
CMYK 0.75 0.49 0 0.45
HSL 219.06º 0.6% 0.35% -
HSV(B) 219.06º 0.75% 0.55% -
XYZ 7.82 6.92 26.12 -
YUV 68.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 35 72 141 0.75 0.49 0 0.45 219.06 0.6 0.35
Hex 23 48 8D 4B 31 0 2D DB 3C 23
Octal 43 110 215 113 61 0 55 333 74 43
Binary 100011 1001000 10001101 1001011 110001 0 101101 11011011 111100 100011

Color Harmonies of #23488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23488D

Black with #23488D

Text Example


Text Example

White with #23488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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