Html Css Color HEX #369E99 Java

📋 copy color: '#369E99'

red 54 ◦ green 158 ◦ blue 153

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

Shades of Java #369E99

Tints of Java #369E99

RGB

 RED value IS 54 (21.48% from 255) = 14.79%

 GREEN value IS 158 (62.11% from 255) = 43.29%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 14.79%
G = 43.29%
B = 41.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#369E99 (or 0x369E99) is known color: Java. HEX triplet: 36, 9E and 99. RGB value is (54,158,153). Sum of RGB (Red+Green+Blue) = 54+158+153=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #369E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E99 is #C96166. Grayscale: #7E7E7E. Windows color (decimal): -13197671 or 10067510. OLE color: 10067510.

HSL color Cylindrical-coordinate representation of color #369E99: hue angle of 177.12º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E99 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 153 -
CMYK 0.66 0 0.03 0.38
HSL 177.12º 0.49% 0.42% -
HSV(B) 177.12º 0.66% 0.62% -
XYZ 19.5 27.54 34.42 -
YUV 126.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 54 158 153 0.66 0 0.03 0.38 177.12 0.49 0.42
Hex 36 9E 99 42 0 3 26 B1 31 2A
Octal 66 236 231 102 0 3 46 261 61 52
Binary 110110 10011110 10011001 1000010 0 11 100110 10110001 110001 101010

Color Harmonies of #369E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E99

Black with #369E99

Text Example


Text Example

White with #369E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369E99; }

 p { color: rgb(54,158,153); }

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

background-color css

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

 a { background-color: rgb(54,158,153); }

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

border-color css

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

 span { border-color: rgb(54,158,153); }

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