Html Css Color HEX #234884 Fun Blue

📋 copy color: '#234884'

red 35 ◦ green 72 ◦ blue 132

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

Shades of Fun Blue #234884

Tints of Fun Blue #234884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 14.64%
G = 30.13%
B = 55.23%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#234884 (or 0x234884) is known color: Fun Blue. HEX triplet: 23, 48 and 84. RGB value is (35,72,132). Sum of RGB (Red+Green+Blue) = 35+72+132=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #234884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234884 is #DCB77B. Grayscale: #434343. Windows color (decimal): -14464892 or 8669219. OLE color: 8669219.

HSL color Cylindrical-coordinate representation of color #234884: hue angle of 217.11º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234884 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 72 132 -
CMYK 0.73 0.45 0 0.48
HSL 217.11º 0.58% 0.33% -
HSV(B) 217.11º 0.73% 0.52% -
XYZ 7.18 6.66 22.74 -
YUV 67.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 35 72 132 0.73 0.45 0 0.48 217.11 0.58 0.33
Hex 23 48 84 49 2D 0 30 D9 3A 21
Octal 43 110 204 111 55 0 60 331 72 41
Binary 100011 1001000 10000100 1001001 101101 0 110000 11011001 111010 100001

Color Harmonies of #234884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234884

Black with #234884

Text Example


Text Example

White with #234884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234884; }

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

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

background-color css

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

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

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

border-color css

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

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

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