Html Css Color HEX #369C98 Java

📋 copy color: '#369C98'

red 54 ◦ green 156 ◦ blue 152

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

Shades of Java #369C98

Tints of Java #369C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 14.92%
G = 43.09%
B = 41.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#369C98 (or 0x369C98) is known color: Java. HEX triplet: 36, 9C and 98. RGB value is (54,156,152). Sum of RGB (Red+Green+Blue) = 54+156+152=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #369C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C98 is #C96367. Grayscale: #7C7C7C. Windows color (decimal): -13198184 or 10001462. OLE color: 10001462.

HSL color Cylindrical-coordinate representation of color #369C98: hue angle of 177.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C98 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 152 -
CMYK 0.65 0 0.03 0.39
HSL 177.65º 0.49% 0.41% -
HSV(B) 177.65º 0.65% 0.61% -
XYZ 19.08 26.83 33.88 -
YUV 125.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 54 156 152 0.65 0 0.03 0.39 177.65 0.49 0.41
Hex 36 9C 98 41 0 3 27 B2 31 29
Octal 66 234 230 101 0 3 47 262 61 51
Binary 110110 10011100 10011000 1000001 0 11 100111 10110010 110001 101001

Color Harmonies of #369C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C98

Black with #369C98

Text Example


Text Example

White with #369C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,156,152); }

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

background-color css

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

 a { background-color: rgb(54,156,152); }

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

border-color css

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

 span { border-color: rgb(54,156,152); }

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