Html Css Color HEX #003BA4 Smalt

📋 copy color: '#003BA4'

red 0 ◦ green 59 ◦ blue 164

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

Shades of Smalt #003BA4

Tints of Smalt #003BA4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 59 (23.44% from 255) = 26.46%

 BLUE value IS 164 (64.45% from 255) = 73.54%

R = 0%
G = 26.46%
B = 73.54%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#003BA4 (or 0x003BA4) is known color: Smalt. HEX triplet: 00, 3B and A4. RGB value is (0,59,164). Sum of RGB (Red+Green+Blue) = 0+59+164=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #003BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA4 is #FFC45B. Grayscale: #343434. Windows color (decimal): -16761948 or 10763008. OLE color: 10763008.

HSL color Cylindrical-coordinate representation of color #003BA4: hue angle of 218.41º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA4 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 59 164 -
CMYK 1 0.64 0 0.36
HSL 218.41º 1% 0.32% -
HSV(B) 218.41º 1% 0.64% -
XYZ 8.26 5.81 35.81 -
YUV 53.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 0 59 164 1 0.64 0 0.36 218.41 1 0.32
Hex 0 3B A4 64 40 0 24 DA 64 20
Octal 0 73 244 144 100 0 44 332 144 40
Binary 0 111011 10100100 1100100 1000000 0 100100 11011010 1100100 100000

Color Harmonies of #003BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BA4

Black with #003BA4

Text Example


Text Example

White with #003BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003BA4; }

 p { color: rgb(0,59,164); }

 H1.HeaderClassName
 {
   color: #003BA4;
 }
 .AnyTagClassName
 {
   color: #003BA4;
 }
</style>

background-color css

<style>
 a { background-color: #003BA4; }

 a { background-color: rgb(0,59,164); }

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

border-color css

<style>
 span { border-color: #003BA4; }

 span { border-color: rgb(0,59,164); }

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