Html Css Color HEX #214368 Regal Blue

📋 copy color: '#214368'

red 33 ◦ green 67 ◦ blue 104

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

Shades of Regal Blue #214368

Tints of Regal Blue #214368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 16.18%
G = 32.84%
B = 50.98%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214368 (or 0x214368) is known color: Regal Blue. HEX triplet: 21, 43 and 68. RGB value is (33,67,104). Sum of RGB (Red+Green+Blue) = 33+67+104=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #214368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214368 is #DEBC97. Grayscale: #3C3C3C. Windows color (decimal): -14597272 or 6832929. OLE color: 6832929.

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

Color convert

RGB 33 67 104 -
CMYK 0.68 0.36 0 0.59
HSL 211.27º 0.52% 0.27% -
HSV(B) 211.27º 0.68% 0.41% -
XYZ 5.13 5.34 13.86 -
YUV 61.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 33 67 104 0.68 0.36 0 0.59 211.27 0.52 0.27
Hex 21 43 68 44 24 0 3B D3 34 1B
Octal 41 103 150 104 44 0 73 323 64 33
Binary 100001 1000011 1101000 1000100 100100 0 111011 11010011 110100 11011

Color Harmonies of #214368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214368

Black with #214368

Text Example


Text Example

White with #214368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214368; }

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

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

background-color css

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

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

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

border-color css

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

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

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