Html Css Color HEX #214788 Fun Blue

📋 copy color: '#214788'

red 33 ◦ green 71 ◦ blue 136

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

Shades of Fun Blue #214788

Tints of Fun Blue #214788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 13.75%
G = 29.58%
B = 56.67%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214788 (or 0x214788) is known color: Fun Blue. HEX triplet: 21, 47 and 88. RGB value is (33,71,136). Sum of RGB (Red+Green+Blue) = 33+71+136=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #214788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214788 is #DEB877. Grayscale: #424242. Windows color (decimal): -14596216 or 8931105. OLE color: 8931105.

HSL color Cylindrical-coordinate representation of color #214788: hue angle of 217.86º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214788 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 71 136 -
CMYK 0.76 0.48 0 0.47
HSL 217.86º 0.61% 0.33% -
HSV(B) 217.86º 0.76% 0.53% -
XYZ 7.32 6.61 24.18 -
YUV 67.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 33 71 136 0.76 0.48 0 0.47 217.86 0.61 0.33
Hex 21 47 88 4C 30 0 2F DA 3D 21
Octal 41 107 210 114 60 0 57 332 75 41
Binary 100001 1000111 10001000 1001100 110000 0 101111 11011010 111101 100001

Color Harmonies of #214788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214788

Black with #214788

Text Example


Text Example

White with #214788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214788; }

 p { color: rgb(33,71,136); }

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

background-color css

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

 a { background-color: rgb(33,71,136); }

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

border-color css

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

 span { border-color: rgb(33,71,136); }

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