Html Css Color HEX #214483 Fun Blue

📋 copy color: '#214483'

red 33 ◦ green 68 ◦ blue 131

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

Shades of Fun Blue #214483

Tints of Fun Blue #214483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.47%

R = 14.22%
G = 29.31%
B = 56.47%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#214483 (or 0x214483) is known color: Fun Blue. HEX triplet: 21, 44 and 83. RGB value is (33,68,131). Sum of RGB (Red+Green+Blue) = 33+68+131=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #214483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214483 is #DEBB7C. Grayscale: #404040. Windows color (decimal): -14596989 or 8602657. OLE color: 8602657.

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

Color convert

RGB 33 68 131 -
CMYK 0.75 0.48 0 0.49
HSL 218.57º 0.6% 0.32% -
HSV(B) 218.57º 0.75% 0.51% -
XYZ 6.79 6.1 22.29 -
YUV 64.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 33 68 131 0.75 0.48 0 0.49 218.57 0.6 0.32
Hex 21 44 83 4B 30 0 31 DB 3C 20
Octal 41 104 203 113 60 0 61 333 74 40
Binary 100001 1000100 10000011 1001011 110000 0 110001 11011011 111100 100000

Color Harmonies of #214483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214483

Black with #214483

Text Example


Text Example

White with #214483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214483; }

 p { color: rgb(33,68,131); }

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

background-color css

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

 a { background-color: rgb(33,68,131); }

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

border-color css

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

 span { border-color: rgb(33,68,131); }

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