Html Css Color HEX #35938A Blue Chill

📋 copy color: '#35938A'

red 53 ◦ green 147 ◦ blue 138

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

Shades of Blue Chill #35938A

Tints of Blue Chill #35938A

RGB

 RED value IS 53 (21.09% from 255) = 15.68%

 GREEN value IS 147 (57.81% from 255) = 43.49%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 15.68%
G = 43.49%
B = 40.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#35938A (or 0x35938A) is known color: Blue Chill. HEX triplet: 35, 93 and 8A. RGB value is (53,147,138). Sum of RGB (Red+Green+Blue) = 53+147+138=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #35938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35938A is #CA6C75. Grayscale: #757575. Windows color (decimal): -13266038 or 9081653. OLE color: 9081653.

HSL color Cylindrical-coordinate representation of color #35938A: hue angle of 174.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35938A is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 138 -
CMYK 0.64 0 0.06 0.42
HSL 174.26º 0.47% 0.39% -
HSV(B) 174.26º 0.64% 0.58% -
XYZ 16.49 23.46 27.7 -
YUV 117.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 53 147 138 0.64 0 0.06 0.42 174.26 0.47 0.39
Hex 35 93 8A 40 0 6 2A AE 2F 27
Octal 65 223 212 100 0 6 52 256 57 47
Binary 110101 10010011 10001010 1000000 0 110 101010 10101110 101111 100111

Color Harmonies of #35938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35938A

Black with #35938A

Text Example


Text Example

White with #35938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35938A; }

 p { color: rgb(53,147,138); }

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

background-color css

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

 a { background-color: rgb(53,147,138); }

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

border-color css

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

 span { border-color: rgb(53,147,138); }

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