Html Css Color HEX #214567 Regal Blue

📋 copy color: '#214567'

red 33 ◦ green 69 ◦ blue 103

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

Shades of Regal Blue #214567

Tints of Regal Blue #214567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 16.1%
G = 33.66%
B = 50.24%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#214567 (or 0x214567) is known color: Regal Blue. HEX triplet: 21, 45 and 67. RGB value is (33,69,103). Sum of RGB (Red+Green+Blue) = 33+69+103=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #214567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214567 is #DEBA98. Grayscale: #3D3D3D. Windows color (decimal): -14596761 or 6767905. OLE color: 6767905.

HSL color Cylindrical-coordinate representation of color #214567: hue angle of 209.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214567 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 69 103 -
CMYK 0.68 0.33 0 0.60
HSL 209.14º 0.51% 0.27% -
HSV(B) 209.14º 0.68% 0.4% -
XYZ 5.2 5.56 13.63 -
YUV 62.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 33 69 103 0.68 0.33 0 0.60 209.14 0.51 0.27
Hex 21 45 67 44 21 0 3C D1 33 1B
Octal 41 105 147 104 41 0 74 321 63 33
Binary 100001 1000101 1100111 1000100 100001 0 111100 11010001 110011 11011

Color Harmonies of #214567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214567

Black with #214567

Text Example


Text Example

White with #214567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214567; }

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

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

background-color css

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

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

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

border-color css

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

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

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