Html Css Color HEX #1D3450 Regal Blue

📋 copy color: '#1D3450'

red 29 ◦ green 52 ◦ blue 80

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

Shades of Regal Blue #1D3450

Tints of Regal Blue #1D3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 80 (31.64% from 255) = 49.69%

R = 18.01%
G = 32.3%
B = 49.69%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D3450 (or 0x1D3450) is known color: Regal Blue. HEX triplet: 1D, 34 and 50. RGB value is (29,52,80). Sum of RGB (Red+Green+Blue) = 29+52+80=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3450 is #E2CBAF. Grayscale: #303030. Windows color (decimal): -14863280 or 5256221. OLE color: 5256221.

HSL color Cylindrical-coordinate representation of color #1D3450: hue angle of 212.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3450 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 52 80 -
CMYK 0.64 0.35 0 0.69
HSL 212.94º 0.47% 0.21% -
HSV(B) 212.94º 0.64% 0.31% -
XYZ 3.18 3.3 8.06 -
YUV 48.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 29 52 80 0.64 0.35 0 0.69 212.94 0.47 0.21
Hex 1D 34 50 40 23 0 45 D5 2F 15
Octal 35 64 120 100 43 0 105 325 57 25
Binary 11101 110100 1010000 1000000 100011 0 1000101 11010101 101111 10101

Color Harmonies of #1D3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3450

Black with #1D3450

Text Example


Text Example

White with #1D3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,52,80); }

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

background-color css

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

 a { background-color: rgb(29,52,80); }

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

border-color css

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

 span { border-color: rgb(29,52,80); }

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