Html Css Color HEX #214568 Regal Blue

📋 copy color: '#214568'

red 33 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #214568

Tints of Regal Blue #214568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

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

R = 16.02%
G = 33.5%
B = 50.49%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214568 (or 0x214568) is known color: Regal Blue. HEX triplet: 21, 45 and 68. RGB value is (33,69,104). Sum of RGB (Red+Green+Blue) = 33+69+104=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #214568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214568 is #DEBA97. Grayscale: #3E3E3E. Windows color (decimal): -14596760 or 6833441. OLE color: 6833441.

HSL color Cylindrical-coordinate representation of color #214568: hue angle of 209.58º 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 #214568 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 69 104 -
CMYK 0.68 0.34 0 0.59
HSL 209.58º 0.52% 0.27% -
HSV(B) 209.58º 0.68% 0.41% -
XYZ 5.25 5.58 13.9 -
YUV 62.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 33 69 104 0.68 0.34 0 0.59 209.58 0.52 0.27
Hex 21 45 68 44 22 0 3B D2 34 1B
Octal 41 105 150 104 42 0 73 322 64 33
Binary 100001 1000101 1101000 1000100 100010 0 111011 11010010 110100 11011

Color Harmonies of #214568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214568

Black with #214568

Text Example


Text Example

White with #214568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214568; }

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

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

background-color css

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

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

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

border-color css

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

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

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