Html Css Color HEX #1C3D58 Regal Blue

📋 copy color: '#1C3D58'

red 28 ◦ green 61 ◦ blue 88

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

Shades of Regal Blue #1C3D58

Tints of Regal Blue #1C3D58

RGB

 RED value IS 28 (11.33% from 255) = 15.82%

 GREEN value IS 61 (24.22% from 255) = 34.46%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 15.82%
G = 34.46%
B = 49.72%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C3D58 (or 0x1C3D58) is known color: Regal Blue. HEX triplet: 1C, 3D and 58. RGB value is (28,61,88). Sum of RGB (Red+Green+Blue) = 28+61+88=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C3D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D58 is #E3C2A7. Grayscale: #363636. Windows color (decimal): -14926504 or 5782812. OLE color: 5782812.

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

Color convert

RGB 28 61 88 -
CMYK 0.68 0.31 0 0.65
HSL 207º 0.52% 0.23% -
HSV(B) 207º 0.68% 0.35% -
XYZ 3.91 4.29 9.85 -
YUV 54.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 28 61 88 0.68 0.31 0 0.65 207 0.52 0.23
Hex 1C 3D 58 44 1F 0 41 CF 34 17
Octal 34 75 130 104 37 0 101 317 64 27
Binary 11100 111101 1011000 1000100 11111 0 1000001 11001111 110100 10111

Color Harmonies of #1C3D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D58

Black with #1C3D58

Text Example


Text Example

White with #1C3D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,61,88); }

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

background-color css

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

 a { background-color: rgb(28,61,88); }

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

border-color css

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

 span { border-color: rgb(28,61,88); }

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