Html Css Color HEX #23478C Fun Blue

📋 copy color: '#23478C'

red 35 ◦ green 71 ◦ blue 140

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

Shades of Fun Blue #23478C

Tints of Fun Blue #23478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 14.23%
G = 28.86%
B = 56.91%

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

#23478C (or 0x23478C) is known color: Fun Blue. HEX triplet: 23, 47 and 8C. RGB value is (35,71,140). Sum of RGB (Red+Green+Blue) = 35+71+140=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #23478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23478C is #DCB873. Grayscale: #434343. Windows color (decimal): -14465140 or 9193251. OLE color: 9193251.

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

Color convert

RGB 35 71 140 -
CMYK 0.75 0.49 0 0.45
HSL 219.43º 0.6% 0.34% -
HSV(B) 219.43º 0.75% 0.55% -
XYZ 7.68 6.76 25.71 -
YUV 68.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 35 71 140 0.75 0.49 0 0.45 219.43 0.6 0.34
Hex 23 47 8C 4B 31 0 2D DB 3C 22
Octal 43 107 214 113 61 0 55 333 74 42
Binary 100011 1000111 10001100 1001011 110001 0 101101 11011011 111100 100010

Color Harmonies of #23478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23478C

Black with #23478C

Text Example


Text Example

White with #23478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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