Html Css Color HEX #214366 Regal Blue

📋 copy color: '#214366'

red 33 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #214366

Tints of Regal Blue #214366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 16.34%
G = 33.17%
B = 50.5%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#214366 (or 0x214366) is known color: Regal Blue. HEX triplet: 21, 43 and 66. RGB value is (33,67,102). Sum of RGB (Red+Green+Blue) = 33+67+102=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #214366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214366 is #DEBC99. Grayscale: #3C3C3C. Windows color (decimal): -14597274 or 6701857. OLE color: 6701857.

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

Color convert

RGB 33 67 102 -
CMYK 0.68 0.34 0 0.6
HSL 210.43º 0.51% 0.26% -
HSV(B) 210.43º 0.68% 0.4% -
XYZ 5.03 5.3 13.33 -
YUV 60.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 33 67 102 0.68 0.34 0 0.6 210.43 0.51 0.26
Hex 21 43 66 44 22 0 3C D2 33 1A
Octal 41 103 146 104 42 0 74 322 63 32
Binary 100001 1000011 1100110 1000100 100010 0 111100 11010010 110011 11010

Color Harmonies of #214366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214366

Black with #214366

Text Example


Text Example

White with #214366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214366; }

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

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

background-color css

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

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

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

border-color css

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

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

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