Html Css Color HEX #03238B Smalt

📋 copy color: '#03238B'

red 3 ◦ green 35 ◦ blue 139

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

Shades of Smalt #03238B

Tints of Smalt #03238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 1.69%
G = 19.77%
B = 78.53%

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

#03238B (or 0x03238B) is known color: Smalt. HEX triplet: 03, 23 and 8B. RGB value is (3,35,139). Sum of RGB (Red+Green+Blue) = 3+35+139=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #03238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03238B is #FCDC74. Grayscale: #242424. Windows color (decimal): -16571509 or 9118467. OLE color: 9118467.

HSL color Cylindrical-coordinate representation of color #03238B: hue angle of 225.88º 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 #03238B is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 35 139 -
CMYK 0.98 0.75 0 0.45
HSL 225.88º 0.96% 0.28% -
HSV(B) 225.88º 0.98% 0.55% -
XYZ 5.3 3.09 24.74 -
YUV 37.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 3 35 139 0.98 0.75 0 0.45 225.88 0.96 0.28
Hex 3 23 8B 62 4B 0 2D E2 60 1C
Octal 3 43 213 142 113 0 55 342 140 34
Binary 11 100011 10001011 1100010 1001011 0 101101 11100010 1100000 11100

Color Harmonies of #03238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03238B

Black with #03238B

Text Example


Text Example

White with #03238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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