Html Css Color HEX #214468 Regal Blue

📋 copy color: '#214468'

red 33 ◦ green 68 ◦ blue 104

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

Shades of Regal Blue #214468

Tints of Regal Blue #214468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 16.1%
G = 33.17%
B = 50.73%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214468 (or 0x214468) is known color: Regal Blue. HEX triplet: 21, 44 and 68. RGB value is (33,68,104). Sum of RGB (Red+Green+Blue) = 33+68+104=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #214468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214468 is #DEBB97. Grayscale: #3D3D3D. Windows color (decimal): -14597016 or 6833185. OLE color: 6833185.

HSL color Cylindrical-coordinate representation of color #214468: hue angle of 210.42º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214468 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 68 104 -
CMYK 0.68 0.35 0 0.59
HSL 210.42º 0.52% 0.27% -
HSV(B) 210.42º 0.68% 0.41% -
XYZ 5.19 5.46 13.88 -
YUV 61.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 33 68 104 0.68 0.35 0 0.59 210.42 0.52 0.27
Hex 21 44 68 44 23 0 3B D2 34 1B
Octal 41 104 150 104 43 0 73 322 64 33
Binary 100001 1000100 1101000 1000100 100011 0 111011 11010010 110100 11011

Color Harmonies of #214468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214468

Black with #214468

Text Example


Text Example

White with #214468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214468; }

 p { color: rgb(33,68,104); }

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

background-color css

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

 a { background-color: rgb(33,68,104); }

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

border-color css

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

 span { border-color: rgb(33,68,104); }

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