Html Css Color HEX #349993 Java

📋 copy color: '#349993'

red 52 ◦ green 153 ◦ blue 147

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

Shades of Java #349993

Tints of Java #349993

RGB

 RED value IS 52 (20.7% from 255) = 14.77%

 GREEN value IS 153 (60.16% from 255) = 43.47%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 14.77%
G = 43.47%
B = 41.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#349993 (or 0x349993) is known color: Java. HEX triplet: 34, 99 and 93. RGB value is (52,153,147). Sum of RGB (Red+Green+Blue) = 52+153+147=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #349993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349993 is #CB666C. Grayscale: #7A7A7A. Windows color (decimal): -13330029 or 9673012. OLE color: 9673012.

HSL color Cylindrical-coordinate representation of color #349993: hue angle of 176.44º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349993 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 147 -
CMYK 0.66 0 0.04 0.4
HSL 176.44º 0.49% 0.4% -
HSV(B) 176.44º 0.66% 0.6% -
XYZ 18.07 25.62 31.6 -
YUV 122.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 52 153 147 0.66 0 0.04 0.4 176.44 0.49 0.4
Hex 34 99 93 42 0 4 28 B0 31 28
Octal 64 231 223 102 0 4 50 260 61 50
Binary 110100 10011001 10010011 1000010 0 100 101000 10110000 110001 101000

Color Harmonies of #349993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349993

Black with #349993

Text Example


Text Example

White with #349993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349993; }

 p { color: rgb(52,153,147); }

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

background-color css

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

 a { background-color: rgb(52,153,147); }

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

border-color css

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

 span { border-color: rgb(52,153,147); }

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