Html Css Color HEX #23488E Fun Blue

📋 copy color: '#23488E'

red 35 ◦ green 72 ◦ blue 142

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

Shades of Fun Blue #23488E

Tints of Fun Blue #23488E

RGB

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

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

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

R = 14.06%
G = 28.92%
B = 57.03%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23488E (or 0x23488E) is known color: Fun Blue. HEX triplet: 23, 48 and 8E. RGB value is (35,72,142). Sum of RGB (Red+Green+Blue) = 35+72+142=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #23488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488E is #DCB771. Grayscale: #444444. Windows color (decimal): -14464882 or 9324579. OLE color: 9324579.

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

Color convert

RGB 35 72 142 -
CMYK 0.75 0.49 0 0.44
HSL 219.25º 0.6% 0.35% -
HSV(B) 219.25º 0.75% 0.56% -
XYZ 7.89 6.95 26.52 -
YUV 68.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 35 72 142 0.75 0.49 0 0.44 219.25 0.6 0.35
Hex 23 48 8E 4B 31 0 2C DB 3C 23
Octal 43 110 216 113 61 0 54 333 74 43
Binary 100011 1001000 10001110 1001011 110001 0 101100 11011011 111100 100011

Color Harmonies of #23488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23488E

Black with #23488E

Text Example


Text Example

White with #23488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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