Html Css Color HEX #238690 Java

📋 copy color: '#238690'

red 35 ◦ green 134 ◦ blue 144

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

Shades of Java #238690

Tints of Java #238690

RGB

 RED value IS 35 (14.06% from 255) = 11.18%

 GREEN value IS 134 (52.73% from 255) = 42.81%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 11.18%
G = 42.81%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#238690 (or 0x238690) is known color: Java. HEX triplet: 23, 86 and 90. RGB value is (35,134,144). Sum of RGB (Red+Green+Blue) = 35+134+144=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #238690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238690 is #DC796F. Grayscale: #696969. Windows color (decimal): -14449008 or 9471523. OLE color: 9471523.

HSL color Cylindrical-coordinate representation of color #238690: hue angle of 185.5º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238690 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 134 144 -
CMYK 0.76 0.07 0 0.44
HSL 185.5º 0.61% 0.35% -
HSV(B) 185.5º 0.76% 0.56% -
XYZ 14.25 19.42 29.38 -
YUV 105.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 35 134 144 0.76 0.07 0 0.44 185.5 0.61 0.35
Hex 23 86 90 4C 7 0 2C BA 3D 23
Octal 43 206 220 114 7 0 54 272 75 43
Binary 100011 10000110 10010000 1001100 111 0 101100 10111010 111101 100011

Color Harmonies of #238690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238690

Black with #238690

Text Example


Text Example

White with #238690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238690; }

 p { color: rgb(35,134,144); }

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

background-color css

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

 a { background-color: rgb(35,134,144); }

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

border-color css

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

 span { border-color: rgb(35,134,144); }

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