Html Css Color HEX #23488F Fun Blue

📋 copy color: '#23488F'

red 35 ◦ green 72 ◦ blue 143

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

Shades of Fun Blue #23488F

Tints of Fun Blue #23488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 14%
G = 28.8%
B = 57.2%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23488F (or 0x23488F) is known color: Fun Blue. HEX triplet: 23, 48 and 8F. RGB value is (35,72,143). Sum of RGB (Red+Green+Blue) = 35+72+143=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #23488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488F is #DCB770. Grayscale: #444444. Windows color (decimal): -14464881 or 9390115. OLE color: 9390115.

HSL color Cylindrical-coordinate representation of color #23488F: hue angle of 219.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23488F is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 72 143 -
CMYK 0.76 0.50 0 0.44
HSL 219.44º 0.61% 0.35% -
HSV(B) 219.44º 0.76% 0.56% -
XYZ 7.97 6.98 26.91 -
YUV 69.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 35 72 143 0.76 0.50 0 0.44 219.44 0.61 0.35
Hex 23 48 8F 4C 32 0 2C DB 3D 23
Octal 43 110 217 114 62 0 54 333 75 43
Binary 100011 1001000 10001111 1001100 110010 0 101100 11011011 111101 100011

Color Harmonies of #23488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23488F

Black with #23488F

Text Example


Text Example

White with #23488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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