Html Css Color HEX #333C44 Baltic Sea

📋 copy color: '#333C44'

red 51 ◦ green 60 ◦ blue 68

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

Shades of Baltic Sea #333C44

Tints of Baltic Sea #333C44

RGB

 RED value IS 51 (20.31% from 255) = 28.49%

 GREEN value IS 60 (23.83% from 255) = 33.52%

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 28.49%
G = 33.52%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333C44 (or 0x333C44) is known color: Baltic Sea. HEX triplet: 33, 3C and 44. RGB value is (51,60,68). Sum of RGB (Red+Green+Blue) = 51+60+68=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #333C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C44 is #CCC3BB. Grayscale: #3A3A3A. Windows color (decimal): -13419452 or 4471859. OLE color: 4471859.

HSL color Cylindrical-coordinate representation of color #333C44: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333C44 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 60 68 -
CMYK 0.25 0.12 0 0.73
HSL 208.24º 0.14% 0.23% -
HSV(B) 208.24º 0.25% 0.27% -
XYZ 4.02 4.35 6.1 -
YUV 58.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 51 60 68 0.25 0.12 0 0.73 208.24 0.14 0.23
Hex 33 3C 44 19 C 0 49 D0 E 17
Octal 63 74 104 31 14 0 111 320 16 27
Binary 110011 111100 1000100 11001 1100 0 1001001 11010000 1110 10111

Color Harmonies of #333C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C44

Black with #333C44

Text Example


Text Example

White with #333C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333C44; }

 p { color: rgb(51,60,68); }

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

background-color css

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

 a { background-color: rgb(51,60,68); }

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

border-color css

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

 span { border-color: rgb(51,60,68); }

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