Html Css Color HEX #21468B Fun Blue

📋 copy color: '#21468B'

red 33 ◦ green 70 ◦ blue 139

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

Shades of Fun Blue #21468B

Tints of Fun Blue #21468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 13.64%
G = 28.93%
B = 57.44%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21468B (or 0x21468B) is known color: Fun Blue. HEX triplet: 21, 46 and 8B. RGB value is (33,70,139). Sum of RGB (Red+Green+Blue) = 33+70+139=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #21468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21468B is #DEB974. Grayscale: #424242. Windows color (decimal): -14596469 or 9127457. OLE color: 9127457.

HSL color Cylindrical-coordinate representation of color #21468B: hue angle of 219.06º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21468B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 70 139 -
CMYK 0.76 0.50 0 0.45
HSL 219.06º 0.62% 0.34% -
HSV(B) 219.06º 0.76% 0.55% -
XYZ 7.48 6.57 25.3 -
YUV 66.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 33 70 139 0.76 0.50 0 0.45 219.06 0.62 0.34
Hex 21 46 8B 4C 32 0 2D DB 3E 22
Octal 41 106 213 114 62 0 55 333 76 42
Binary 100001 1000110 10001011 1001100 110010 0 101101 11011011 111110 100010

Color Harmonies of #21468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21468B

Black with #21468B

Text Example


Text Example

White with #21468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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