Html Css Color HEX #338790 Blue Chill

📋 copy color: '#338790'

red 51 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #338790

Tints of Blue Chill #338790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 15.45%
G = 40.91%
B = 43.64%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338790 (or 0x338790) is known color: Blue Chill. HEX triplet: 33, 87 and 90. RGB value is (51,135,144). Sum of RGB (Red+Green+Blue) = 51+135+144=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #338790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338790 is #CC786F. Grayscale: #6E6E6E. Windows color (decimal): -13400176 or 9471795. OLE color: 9471795.

HSL color Cylindrical-coordinate representation of color #338790: hue angle of 185.81º 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 #338790 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 135 144 -
CMYK 0.65 0.06 0 0.44
HSL 185.81º 0.48% 0.38% -
HSV(B) 185.81º 0.65% 0.56% -
XYZ 15.06 20.05 29.46 -
YUV 110.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 51 135 144 0.65 0.06 0 0.44 185.81 0.48 0.38
Hex 33 87 90 41 6 0 2C BA 30 26
Octal 63 207 220 101 6 0 54 272 60 46
Binary 110011 10000111 10010000 1000001 110 0 101100 10111010 110000 100110

Color Harmonies of #338790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338790

Black with #338790

Text Example


Text Example

White with #338790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338790; }

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

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

background-color css

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

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

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

border-color css

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

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

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