Html Css Color HEX #214184 Fun Blue

📋 copy color: '#214184'

red 33 ◦ green 65 ◦ blue 132

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

Shades of Fun Blue #214184

Tints of Fun Blue #214184

RGB

 RED value IS 33 (13.28% from 255) = 14.35%

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 14.35%
G = 28.26%
B = 57.39%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214184 (or 0x214184) is known color: Fun Blue. HEX triplet: 21, 41 and 84. RGB value is (33,65,132). Sum of RGB (Red+Green+Blue) = 33+65+132=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #214184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214184 is #DEBE7B. Grayscale: #3E3E3E. Windows color (decimal): -14597756 or 8667425. OLE color: 8667425.

HSL color Cylindrical-coordinate representation of color #214184: hue angle of 220.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214184 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 65 132 -
CMYK 0.75 0.51 0 0.48
HSL 220.61º 0.6% 0.32% -
HSV(B) 220.61º 0.75% 0.52% -
XYZ 6.68 5.77 22.59 -
YUV 63.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 33 65 132 0.75 0.51 0 0.48 220.61 0.6 0.32
Hex 21 41 84 4B 33 0 30 DD 3C 20
Octal 41 101 204 113 63 0 60 335 74 40
Binary 100001 1000001 10000100 1001011 110011 0 110000 11011101 111100 100000

Color Harmonies of #214184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214184

Black with #214184

Text Example


Text Example

White with #214184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214184; }

 p { color: rgb(33,65,132); }

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

background-color css

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

 a { background-color: rgb(33,65,132); }

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

border-color css

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

 span { border-color: rgb(33,65,132); }

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