Html Css Color HEX #03238D Smalt

📋 copy color: '#03238D'

red 3 ◦ green 35 ◦ blue 141

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

Shades of Smalt #03238D

Tints of Smalt #03238D

RGB

 RED value IS 3 (1.56% from 255) = 1.68%

 GREEN value IS 35 (14.06% from 255) = 19.55%

 BLUE value IS 141 (55.47% from 255) = 78.77%

R = 1.68%
G = 19.55%
B = 78.77%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03238D (or 0x03238D) is known color: Smalt. HEX triplet: 03, 23 and 8D. RGB value is (3,35,141). Sum of RGB (Red+Green+Blue) = 3+35+141=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #03238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03238D is #FCDC72. Grayscale: #252525. Windows color (decimal): -16571507 or 9249539. OLE color: 9249539.

HSL color Cylindrical-coordinate representation of color #03238D: hue angle of 226.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03238D is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 35 141 -
CMYK 0.98 0.75 0 0.45
HSL 226.09º 0.96% 0.28% -
HSV(B) 226.09º 0.98% 0.55% -
XYZ 5.45 3.14 25.52 -
YUV 37.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 3 35 141 0.98 0.75 0 0.45 226.09 0.96 0.28
Hex 3 23 8D 62 4B 0 2D E2 60 1C
Octal 3 43 215 142 113 0 55 342 140 34
Binary 11 100011 10001101 1100010 1001011 0 101101 11100010 1100000 11100

Color Harmonies of #03238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03238D

Black with #03238D

Text Example


Text Example

White with #03238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,35,141); }

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

background-color css

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

 a { background-color: rgb(3,35,141); }

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

border-color css

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

 span { border-color: rgb(3,35,141); }

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