Html Css Color HEX #03344A Blue Whale

📋 copy color: '#03344A'

red 3 ◦ green 52 ◦ blue 74

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

Shades of Blue Whale #03344A

Tints of Blue Whale #03344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

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

R = 2.33%
G = 40.31%
B = 57.36%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03344A (or 0x03344A) is known color: Blue Whale. HEX triplet: 03, 34 and 4A. RGB value is (3,52,74). Sum of RGB (Red+Green+Blue) = 3+52+74=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #03344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03344A is #FCCBB5. Grayscale: #272727. Windows color (decimal): -16567222 or 4862979. OLE color: 4862979.

HSL color Cylindrical-coordinate representation of color #03344A: hue angle of 198.59º 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 #03344A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 52 74 -
CMYK 0.96 0.30 0 0.71
HSL 198.59º 0.92% 0.15% -
HSV(B) 198.59º 0.96% 0.29% -
XYZ 2.5 2.97 6.92 -
YUV 39.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 3 52 74 0.96 0.30 0 0.71 198.59 0.92 0.15
Hex 3 34 4A 60 1E 0 47 C7 5C F
Octal 3 64 112 140 36 0 107 307 134 17
Binary 11 110100 1001010 1100000 11110 0 1000111 11000111 1011100 1111

Color Harmonies of #03344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03344A

Black with #03344A

Text Example


Text Example

White with #03344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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