Html Css Color HEX #214260 Regal Blue

📋 copy color: '#214260'

red 33 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #214260

Tints of Regal Blue #214260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 16.92%
G = 33.85%
B = 49.23%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214260 (or 0x214260) is known color: Regal Blue. HEX triplet: 21, 42 and 60. RGB value is (33,66,96). Sum of RGB (Red+Green+Blue) = 33+66+96=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #214260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214260 is #DEBD9F. Grayscale: #3B3B3B. Windows color (decimal): -14597536 or 6308385. OLE color: 6308385.

HSL color Cylindrical-coordinate representation of color #214260: hue angle of 208.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214260 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 66 96 -
CMYK 0.66 0.31 0 0.62
HSL 208.57º 0.49% 0.25% -
HSV(B) 208.57º 0.66% 0.38% -
XYZ 4.69 5.06 11.8 -
YUV 59.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 33 66 96 0.66 0.31 0 0.62 208.57 0.49 0.25
Hex 21 42 60 42 1F 0 3E D1 31 19
Octal 41 102 140 102 37 0 76 321 61 31
Binary 100001 1000010 1100000 1000010 11111 0 111110 11010001 110001 11001

Color Harmonies of #214260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214260

Black with #214260

Text Example


Text Example

White with #214260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214260; }

 p { color: rgb(33,66,96); }

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

background-color css

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

 a { background-color: rgb(33,66,96); }

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

border-color css

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

 span { border-color: rgb(33,66,96); }

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