Html Css Color HEX #23468D Fun Blue

📋 copy color: '#23468D'

red 35 ◦ green 70 ◦ blue 141

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

Shades of Fun Blue #23468D

Tints of Fun Blue #23468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 14.23%
G = 28.46%
B = 57.32%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23468D (or 0x23468D) is known color: Fun Blue. HEX triplet: 23, 46 and 8D. RGB value is (35,70,141). Sum of RGB (Red+Green+Blue) = 35+70+141=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #23468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23468D is #DCB972. Grayscale: #434343. Windows color (decimal): -14465395 or 9258531. OLE color: 9258531.

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

Color convert

RGB 35 70 141 -
CMYK 0.75 0.50 0 0.45
HSL 220.19º 0.6% 0.35% -
HSV(B) 220.19º 0.75% 0.55% -
XYZ 7.69 6.66 26.08 -
YUV 67.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 35 70 141 0.75 0.50 0 0.45 220.19 0.6 0.35
Hex 23 46 8D 4B 32 0 2D DC 3C 23
Octal 43 106 215 113 62 0 55 334 74 43
Binary 100011 1000110 10001101 1001011 110010 0 101101 11011100 111100 100011

Color Harmonies of #23468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23468D

Black with #23468D

Text Example


Text Example

White with #23468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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