Html Css Color HEX #1D3552 Regal Blue

📋 copy color: '#1D3552'

red 29 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #1D3552

Tints of Regal Blue #1D3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 82 (32.42% from 255) = 50%

R = 17.68%
G = 32.32%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D3552 (or 0x1D3552) is known color: Regal Blue. HEX triplet: 1D, 35 and 52. RGB value is (29,53,82). Sum of RGB (Red+Green+Blue) = 29+53+82=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D3552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3552 is #E2CAAD. Grayscale: #303030. Windows color (decimal): -14863022 or 5387549. OLE color: 5387549.

HSL color Cylindrical-coordinate representation of color #1D3552: hue angle of 212.83º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3552 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 53 82 -
CMYK 0.65 0.35 0 0.68
HSL 212.83º 0.48% 0.22% -
HSV(B) 212.83º 0.65% 0.32% -
XYZ 3.3 3.42 8.47 -
YUV 49.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 29 53 82 0.65 0.35 0 0.68 212.83 0.48 0.22
Hex 1D 35 52 41 23 0 44 D5 30 16
Octal 35 65 122 101 43 0 104 325 60 26
Binary 11101 110101 1010010 1000001 100011 0 1000100 11010101 110000 10110

Color Harmonies of #1D3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3552

Black with #1D3552

Text Example


Text Example

White with #1D3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,53,82); }

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

background-color css

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

 a { background-color: rgb(29,53,82); }

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

border-color css

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

 span { border-color: rgb(29,53,82); }

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