Html Css Color HEX #21467E Fun Blue

📋 copy color: '#21467E'

red 33 ◦ green 70 ◦ blue 126

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

Shades of Fun Blue #21467E

Tints of Fun Blue #21467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

 BLUE value IS 126 (49.61% from 255) = 55.02%

R = 14.41%
G = 30.57%
B = 55.02%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21467E (or 0x21467E) is known color: Fun Blue. HEX triplet: 21, 46 and 7E. RGB value is (33,70,126). Sum of RGB (Red+Green+Blue) = 33+70+126=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #21467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21467E is #DEB981. Grayscale: #414141. Windows color (decimal): -14596482 or 8275489. OLE color: 8275489.

HSL color Cylindrical-coordinate representation of color #21467E: hue angle of 216.13º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21467E is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 70 126 -
CMYK 0.74 0.44 0 0.51
HSL 216.13º 0.58% 0.31% -
HSV(B) 216.13º 0.74% 0.49% -
XYZ 6.58 6.21 20.59 -
YUV 65.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 33 70 126 0.74 0.44 0 0.51 216.13 0.58 0.31
Hex 21 46 7E 4A 2C 0 33 D8 3A 1F
Octal 41 106 176 112 54 0 63 330 72 37
Binary 100001 1000110 1111110 1001010 101100 0 110011 11011000 111010 11111

Color Harmonies of #21467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21467E

Black with #21467E

Text Example


Text Example

White with #21467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21467E; }

 p { color: rgb(33,70,126); }

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

background-color css

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

 a { background-color: rgb(33,70,126); }

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

border-color css

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

 span { border-color: rgb(33,70,126); }

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