Html Css Color HEX #03258A Smalt

📋 copy color: '#03258A'

red 3 ◦ green 37 ◦ blue 138

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

Shades of Smalt #03258A

Tints of Smalt #03258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 77.53%

R = 1.69%
G = 20.79%
B = 77.53%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03258A (or 0x03258A) is known color: Smalt. HEX triplet: 03, 25 and 8A. RGB value is (3,37,138). Sum of RGB (Red+Green+Blue) = 3+37+138=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #03258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03258A is #FCDA75. Grayscale: #252525. Windows color (decimal): -16570998 or 9053443. OLE color: 9053443.

HSL color Cylindrical-coordinate representation of color #03258A: hue angle of 224.89º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03258A is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 37 138 -
CMYK 0.98 0.73 0 0.46
HSL 224.89º 0.96% 0.28% -
HSV(B) 224.89º 0.98% 0.54% -
XYZ 5.29 3.18 24.38 -
YUV 38.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 3 37 138 0.98 0.73 0 0.46 224.89 0.96 0.28
Hex 3 25 8A 62 49 0 2E E1 60 1C
Octal 3 45 212 142 111 0 56 341 140 34
Binary 11 100101 10001010 1100010 1001001 0 101110 11100001 1100000 11100

Color Harmonies of #03258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03258A

Black with #03258A

Text Example


Text Example

White with #03258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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