Html Css Color HEX #033243 Blue Whale

📋 copy color: '#033243'

red 3 ◦ green 50 ◦ blue 67

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

Shades of Blue Whale #033243

Tints of Blue Whale #033243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 55.83%

R = 2.5%
G = 41.67%
B = 55.83%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#033243 (or 0x033243) is known color: Blue Whale. HEX triplet: 03, 32 and 43. RGB value is (3,50,67). Sum of RGB (Red+Green+Blue) = 3+50+67=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #033243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033243 is #FCCDBC. Grayscale: #252525. Windows color (decimal): -16567741 or 4403715. OLE color: 4403715.

HSL color Cylindrical-coordinate representation of color #033243: hue angle of 195.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033243 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 50 67 -
CMYK 0.96 0.25 0 0.74
HSL 195.94º 0.91% 0.14% -
HSV(B) 195.94º 0.96% 0.26% -
XYZ 2.19 2.71 5.72 -
YUV 37.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 3 50 67 0.96 0.25 0 0.74 195.94 0.91 0.14
Hex 3 32 43 60 19 0 4A C4 5B E
Octal 3 62 103 140 31 0 112 304 133 16
Binary 11 110010 1000011 1100000 11001 0 1001010 11000100 1011011 1110

Color Harmonies of #033243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033243

Black with #033243

Text Example


Text Example

White with #033243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033243; }

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

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

background-color css

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

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

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

border-color css

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

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

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