Html Css Color HEX #03324A Blue Whale

📋 copy color: '#03324A'

red 3 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #03324A

Tints of Blue Whale #03324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

 BLUE value IS 74 (29.3% from 255) = 58.27%

R = 2.36%
G = 39.37%
B = 58.27%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03324A (or 0x03324A) is known color: Blue Whale. HEX triplet: 03, 32 and 4A. RGB value is (3,50,74). Sum of RGB (Red+Green+Blue) = 3+50+74=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #03324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03324A is #FCCDB5. Grayscale: #262626. Windows color (decimal): -16567734 or 4862467. OLE color: 4862467.

HSL color Cylindrical-coordinate representation of color #03324A: hue angle of 200.28º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03324A is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 50 74 -
CMYK 0.96 0.32 0 0.71
HSL 200.28º 0.92% 0.15% -
HSV(B) 200.28º 0.96% 0.29% -
XYZ 2.41 2.79 6.89 -
YUV 38.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 3 50 74 0.96 0.32 0 0.71 200.28 0.92 0.15
Hex 3 32 4A 60 20 0 47 C8 5C F
Octal 3 62 112 140 40 0 107 310 134 17
Binary 11 110010 1001010 1100000 100000 0 1000111 11001000 1011100 1111

Color Harmonies of #03324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03324A

Black with #03324A

Text Example


Text Example

White with #03324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,50,74); }

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

background-color css

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

 a { background-color: rgb(3,50,74); }

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

border-color css

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

 span { border-color: rgb(3,50,74); }

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