Html Css Color HEX #03258B Smalt

📋 copy color: '#03258B'

red 3 ◦ green 37 ◦ blue 139

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

Shades of Smalt #03258B

Tints of Smalt #03258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 1.68%
G = 20.67%
B = 77.65%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03258B (or 0x03258B) is known color: Smalt. HEX triplet: 03, 25 and 8B. RGB value is (3,37,139). Sum of RGB (Red+Green+Blue) = 3+37+139=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #03258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03258B is #FCDA74. Grayscale: #262626. Windows color (decimal): -16570997 or 9118979. OLE color: 9118979.

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

Color convert

RGB 3 37 139 -
CMYK 0.98 0.73 0 0.45
HSL 225º 0.96% 0.28% -
HSV(B) 225º 0.98% 0.55% -
XYZ 5.36 3.21 24.76 -
YUV 38.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 3 37 139 0.98 0.73 0 0.45 225 0.96 0.28
Hex 3 25 8B 62 49 0 2D E1 60 1C
Octal 3 45 213 142 111 0 55 341 140 34
Binary 11 100101 10001011 1100010 1001001 0 101101 11100001 1100000 11100

Color Harmonies of #03258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03258B

Black with #03258B

Text Example


Text Example

White with #03258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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