Html Css Color HEX #213F60 Regal Blue

📋 copy color: '#213F60'

red 33 ◦ green 63 ◦ blue 96

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

Shades of Regal Blue #213F60

Tints of Regal Blue #213F60

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

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

R = 17.19%
G = 32.81%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213F60 (or 0x213F60) is known color: Regal Blue. HEX triplet: 21, 3F and 60. RGB value is (33,63,96). Sum of RGB (Red+Green+Blue) = 33+63+96=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #213F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F60 is #DEC09F. Grayscale: #393939. Windows color (decimal): -14598304 or 6307617. OLE color: 6307617.

HSL color Cylindrical-coordinate representation of color #213F60: hue angle of 211.43º 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 #213F60 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 63 96 -
CMYK 0.66 0.34 0 0.62
HSL 211.43º 0.49% 0.25% -
HSV(B) 211.43º 0.66% 0.38% -
XYZ 4.52 4.72 11.74 -
YUV 57.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 33 63 96 0.66 0.34 0 0.62 211.43 0.49 0.25
Hex 21 3F 60 42 22 0 3E D3 31 19
Octal 41 77 140 102 42 0 76 323 61 31
Binary 100001 111111 1100000 1000010 100010 0 111110 11010011 110001 11001

Color Harmonies of #213F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F60

Black with #213F60

Text Example


Text Example

White with #213F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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