Html Css Color HEX #214384 Fun Blue

📋 copy color: '#214384'

red 33 ◦ green 67 ◦ blue 132

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

Shades of Fun Blue #214384

Tints of Fun Blue #214384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 14.22%
G = 28.88%
B = 56.9%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214384 (or 0x214384) is known color: Fun Blue. HEX triplet: 21, 43 and 84. RGB value is (33,67,132). Sum of RGB (Red+Green+Blue) = 33+67+132=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #214384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214384 is #DEBC7B. Grayscale: #3F3F3F. Windows color (decimal): -14597244 or 8667937. OLE color: 8667937.

HSL color Cylindrical-coordinate representation of color #214384: hue angle of 219.39º 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 #214384 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 67 132 -
CMYK 0.75 0.49 0 0.48
HSL 219.39º 0.6% 0.32% -
HSV(B) 219.39º 0.75% 0.52% -
XYZ 6.8 6 22.63 -
YUV 64.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 33 67 132 0.75 0.49 0 0.48 219.39 0.6 0.32
Hex 21 43 84 4B 31 0 30 DB 3C 20
Octal 41 103 204 113 61 0 60 333 74 40
Binary 100001 1000011 10000100 1001011 110001 0 110000 11011011 111100 100000

Color Harmonies of #214384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214384

Black with #214384

Text Example


Text Example

White with #214384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214384; }

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

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

background-color css

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

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

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

border-color css

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

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

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