Html Css Color HEX #23488B Fun Blue

📋 copy color: '#23488B'

red 35 ◦ green 72 ◦ blue 139

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

Shades of Fun Blue #23488B

Tints of Fun Blue #23488B

RGB

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

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

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

R = 14.23%
G = 29.27%
B = 56.5%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23488B (or 0x23488B) is known color: Fun Blue. HEX triplet: 23, 48 and 8B. RGB value is (35,72,139). Sum of RGB (Red+Green+Blue) = 35+72+139=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #23488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488B is #DCB774. Grayscale: #444444. Windows color (decimal): -14464885 or 9127971. OLE color: 9127971.

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

Color convert

RGB 35 72 139 -
CMYK 0.75 0.48 0 0.45
HSL 218.65º 0.6% 0.34% -
HSV(B) 218.65º 0.75% 0.55% -
XYZ 7.67 6.86 25.35 -
YUV 68.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 35 72 139 0.75 0.48 0 0.45 218.65 0.6 0.34
Hex 23 48 8B 4B 30 0 2D DB 3C 22
Octal 43 110 213 113 60 0 55 333 74 42
Binary 100011 1001000 10001011 1001011 110000 0 101101 11011011 111100 100010

Color Harmonies of #23488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23488B

Black with #23488B

Text Example


Text Example

White with #23488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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