Html Css Color HEX #21467D Fun Blue

📋 copy color: '#21467D'

red 33 ◦ green 70 ◦ blue 125

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

Shades of Fun Blue #21467D

Tints of Fun Blue #21467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 14.47%
G = 30.7%
B = 54.82%

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

#21467D (or 0x21467D) is known color: Fun Blue. HEX triplet: 21, 46 and 7D. RGB value is (33,70,125). Sum of RGB (Red+Green+Blue) = 33+70+125=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #21467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21467D is #DEB982. Grayscale: #404040. Windows color (decimal): -14596483 or 8209953. OLE color: 8209953.

HSL color Cylindrical-coordinate representation of color #21467D: hue angle of 215.87º 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 #21467D is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 70 125 -
CMYK 0.74 0.44 0 0.51
HSL 215.87º 0.58% 0.31% -
HSV(B) 215.87º 0.74% 0.49% -
XYZ 6.52 6.18 20.25 -
YUV 65.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 33 70 125 0.74 0.44 0 0.51 215.87 0.58 0.31
Hex 21 46 7D 4A 2C 0 33 D8 3A 1F
Octal 41 106 175 112 54 0 63 330 72 37
Binary 100001 1000110 1111101 1001010 101100 0 110011 11011000 111010 11111

Color Harmonies of #21467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21467D

Black with #21467D

Text Example


Text Example

White with #21467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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