Html Css Color HEX #03258C Smalt

📋 copy color: '#03258C'

red 3 ◦ green 37 ◦ blue 140

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

Shades of Smalt #03258C

Tints of Smalt #03258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 77.78%

R = 1.67%
G = 20.56%
B = 77.78%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03258C (or 0x03258C) is known color: Smalt. HEX triplet: 03, 25 and 8C. RGB value is (3,37,140). Sum of RGB (Red+Green+Blue) = 3+37+140=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #03258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03258C is #FCDA73. Grayscale: #262626. Windows color (decimal): -16570996 or 9184515. OLE color: 9184515.

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

Color convert

RGB 3 37 140 -
CMYK 0.98 0.74 0 0.45
HSL 225.11º 0.96% 0.28% -
HSV(B) 225.11º 0.98% 0.55% -
XYZ 5.43 3.24 25.15 -
YUV 38.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 3 37 140 0.98 0.74 0 0.45 225.11 0.96 0.28
Hex 3 25 8C 62 4A 0 2D E1 60 1C
Octal 3 45 214 142 112 0 55 341 140 34
Binary 11 100101 10001100 1100010 1001010 0 101101 11100001 1100000 11100

Color Harmonies of #03258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03258C

Black with #03258C

Text Example


Text Example

White with #03258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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