Html Css Color HEX #369B9D Java

📋 copy color: '#369B9D'

red 54 ◦ green 155 ◦ blue 157

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

Shades of Java #369B9D

Tints of Java #369B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 14.75%
G = 42.35%
B = 42.9%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#369B9D (or 0x369B9D) is known color: Java. HEX triplet: 36, 9B and 9D. RGB value is (54,155,157). Sum of RGB (Red+Green+Blue) = 54+155+157=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #369B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B9D is #C96462. Grayscale: #7C7C7C. Windows color (decimal): -13198435 or 10328886. OLE color: 10328886.

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

Color convert

RGB 54 155 157 -
CMYK 0.66 0.01 0 0.38
HSL 181.17º 0.49% 0.41% -
HSV(B) 181.17º 0.66% 0.62% -
XYZ 19.33 26.66 36.03 -
YUV 125.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 54 155 157 0.66 0.01 0 0.38 181.17 0.49 0.41
Hex 36 9B 9D 42 1 0 26 B5 31 29
Octal 66 233 235 102 1 0 46 265 61 51
Binary 110110 10011011 10011101 1000010 1 0 100110 10110101 110001 101001

Color Harmonies of #369B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B9D

Black with #369B9D

Text Example


Text Example

White with #369B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,157); }

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

background-color css

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

 a { background-color: rgb(54,155,157); }

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

border-color css

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

 span { border-color: rgb(54,155,157); }

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