Html Css Color HEX #214564 Regal Blue

📋 copy color: '#214564'

red 33 ◦ green 69 ◦ blue 100

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

Shades of Regal Blue #214564

Tints of Regal Blue #214564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 16.34%
G = 34.16%
B = 49.5%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214564 (or 0x214564) is known color: Regal Blue. HEX triplet: 21, 45 and 64. RGB value is (33,69,100). Sum of RGB (Red+Green+Blue) = 33+69+100=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #214564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214564 is #DEBA9B. Grayscale: #3D3D3D. Windows color (decimal): -14596764 or 6571297. OLE color: 6571297.

HSL color Cylindrical-coordinate representation of color #214564: hue angle of 207.76º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214564 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 69 100 -
CMYK 0.67 0.31 0 0.61
HSL 207.76º 0.5% 0.26% -
HSV(B) 207.76º 0.67% 0.39% -
XYZ 5.06 5.5 12.85 -
YUV 61.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 33 69 100 0.67 0.31 0 0.61 207.76 0.5 0.26
Hex 21 45 64 43 1F 0 3D D0 32 1A
Octal 41 105 144 103 37 0 75 320 62 32
Binary 100001 1000101 1100100 1000011 11111 0 111101 11010000 110010 11010

Color Harmonies of #214564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214564

Black with #214564

Text Example


Text Example

White with #214564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214564; }

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

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

background-color css

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

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

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

border-color css

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

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

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