Html Css Color HEX #234481 Fun Blue

📋 copy color: '#234481'

red 35 ◦ green 68 ◦ blue 129

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

Shades of Fun Blue #234481

Tints of Fun Blue #234481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 15.09%
G = 29.31%
B = 55.6%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#234481 (or 0x234481) is known color: Fun Blue. HEX triplet: 23, 44 and 81. RGB value is (35,68,129). Sum of RGB (Red+Green+Blue) = 35+68+129=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #234481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234481 is #DCBB7E. Grayscale: #404040. Windows color (decimal): -14465919 or 8471587. OLE color: 8471587.

HSL color Cylindrical-coordinate representation of color #234481: hue angle of 218.94º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234481 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 68 129 -
CMYK 0.73 0.47 0 0.49
HSL 218.94º 0.57% 0.32% -
HSV(B) 218.94º 0.73% 0.51% -
XYZ 6.72 6.08 21.59 -
YUV 65.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 35 68 129 0.73 0.47 0 0.49 218.94 0.57 0.32
Hex 23 44 81 49 2F 0 31 DB 39 20
Octal 43 104 201 111 57 0 61 333 71 40
Binary 100011 1000100 10000001 1001001 101111 0 110001 11011011 111001 100000

Color Harmonies of #234481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234481

Black with #234481

Text Example


Text Example

White with #234481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234481; }

 p { color: rgb(35,68,129); }

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

background-color css

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

 a { background-color: rgb(35,68,129); }

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

border-color css

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

 span { border-color: rgb(35,68,129); }

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