Html Css Color HEX #21435D Regal Blue

📋 copy color: '#21435D'

red 33 ◦ green 67 ◦ blue 93

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

Shades of Regal Blue #21435D

Tints of Regal Blue #21435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 17.1%
G = 34.72%
B = 48.19%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21435D (or 0x21435D) is known color: Regal Blue. HEX triplet: 21, 43 and 5D. RGB value is (33,67,93). Sum of RGB (Red+Green+Blue) = 33+67+93=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #21435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21435D is #DEBCA2. Grayscale: #3B3B3B. Windows color (decimal): -14597283 or 6112033. OLE color: 6112033.

HSL color Cylindrical-coordinate representation of color #21435D: hue angle of 206º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21435D is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 67 93 -
CMYK 0.65 0.28 0 0.64
HSL 206º 0.48% 0.25% -
HSV(B) 206º 0.65% 0.36% -
XYZ 4.61 5.13 11.1 -
YUV 59.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 33 67 93 0.65 0.28 0 0.64 206 0.48 0.25
Hex 21 43 5D 41 1C 0 40 CE 30 19
Octal 41 103 135 101 34 0 100 316 60 31
Binary 100001 1000011 1011101 1000001 11100 0 1000000 11001110 110000 11001

Color Harmonies of #21435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21435D

Black with #21435D

Text Example


Text Example

White with #21435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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