Html Css Color HEX #1D3654 Regal Blue

📋 copy color: '#1D3654'

red 29 ◦ green 54 ◦ blue 84

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

Shades of Regal Blue #1D3654

Tints of Regal Blue #1D3654

RGB

 RED value IS 29 (11.72% from 255) = 17.37%

 GREEN value IS 54 (21.48% from 255) = 32.34%

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 17.37%
G = 32.34%
B = 50.3%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D3654 (or 0x1D3654) is known color: Regal Blue. HEX triplet: 1D, 36 and 54. RGB value is (29,54,84). Sum of RGB (Red+Green+Blue) = 29+54+84=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D3654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3654 is #E2C9AB. Grayscale: #313131. Windows color (decimal): -14862764 or 5518877. OLE color: 5518877.

HSL color Cylindrical-coordinate representation of color #1D3654: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3654 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 54 84 -
CMYK 0.65 0.36 0 0.67
HSL 212.73º 0.49% 0.22% -
HSV(B) 212.73º 0.65% 0.33% -
XYZ 3.43 3.54 8.89 -
YUV 49.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 29 54 84 0.65 0.36 0 0.67 212.73 0.49 0.22
Hex 1D 36 54 41 24 0 43 D5 31 16
Octal 35 66 124 101 44 0 103 325 61 26
Binary 11101 110110 1010100 1000001 100100 0 1000011 11010101 110001 10110

Color Harmonies of #1D3654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3654

Black with #1D3654

Text Example


Text Example

White with #1D3654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3654; }

 p { color: rgb(29,54,84); }

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

background-color css

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

 a { background-color: rgb(29,54,84); }

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

border-color css

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

 span { border-color: rgb(29,54,84); }

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