Html Css Color HEX #338990 Blue Chill

📋 copy color: '#338990'

red 51 ◦ green 137 ◦ blue 144

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

Shades of Blue Chill #338990

Tints of Blue Chill #338990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 15.36%
G = 41.27%
B = 43.37%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338990 (or 0x338990) is known color: Blue Chill. HEX triplet: 33, 89 and 90. RGB value is (51,137,144). Sum of RGB (Red+Green+Blue) = 51+137+144=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #338990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338990 is #CC766F. Grayscale: #6F6F6F. Windows color (decimal): -13399664 or 9472307. OLE color: 9472307.

HSL color Cylindrical-coordinate representation of color #338990: hue angle of 184.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338990 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 137 144 -
CMYK 0.65 0.05 0 0.44
HSL 184.52º 0.48% 0.38% -
HSV(B) 184.52º 0.65% 0.56% -
XYZ 15.34 20.61 29.55 -
YUV 112.08 146.01 84.43 -
System Red Green Blue C M Y K H S L
Decimal 51 137 144 0.65 0.05 0 0.44 184.52 0.48 0.38
Hex 33 89 90 41 5 0 2C B9 30 26
Octal 63 211 220 101 5 0 54 271 60 46
Binary 110011 10001001 10010000 1000001 101 0 101100 10111001 110000 100110

Color Harmonies of #338990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338990

Black with #338990

Text Example


Text Example

White with #338990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338990; }

 p { color: rgb(51,137,144); }

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

background-color css

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

 a { background-color: rgb(51,137,144); }

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

border-color css

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

 span { border-color: rgb(51,137,144); }

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