Html Css Color HEX #033245 Blue Whale

📋 copy color: '#033245'

red 3 ◦ green 50 ◦ blue 69

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

Shades of Blue Whale #033245

Tints of Blue Whale #033245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 56.56%

R = 2.46%
G = 40.98%
B = 56.56%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033245 (or 0x033245) is known color: Blue Whale. HEX triplet: 03, 32 and 45. RGB value is (3,50,69). Sum of RGB (Red+Green+Blue) = 3+50+69=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #033245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033245 is #FCCDBA. Grayscale: #252525. Windows color (decimal): -16567739 or 4534787. OLE color: 4534787.

HSL color Cylindrical-coordinate representation of color #033245: hue angle of 197.27º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033245 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 50 69 -
CMYK 0.96 0.28 0 0.73
HSL 197.27º 0.92% 0.14% -
HSV(B) 197.27º 0.96% 0.27% -
XYZ 2.25 2.73 6.04 -
YUV 38.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 3 50 69 0.96 0.28 0 0.73 197.27 0.92 0.14
Hex 3 32 45 60 1C 0 49 C5 5C E
Octal 3 62 105 140 34 0 111 305 134 16
Binary 11 110010 1000101 1100000 11100 0 1001001 11000101 1011100 1110

Color Harmonies of #033245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033245

Black with #033245

Text Example


Text Example

White with #033245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033245; }

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

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

background-color css

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

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

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

border-color css

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

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

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