#238F9B

Color #238F9B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #238F9B

Tints of Java #238F9B

Color information

#238F9B (or 0x238F9B) is unknown color: approx Java. HEX triplet: 23, 8F and 9B. RGB value is (35,143,155). Sum of RGB (Red+Green+Blue) = 35+143+155=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #238F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F9B is #DC7064. Grayscale: #6F6F6F. Windows color (decimal): -14446693 or 10194723. OLE color: 10194723.

HSL color Cylindrical-coordinate representation of color #238F9B: hue angle of 186º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238F9B is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35143155-
CMYK0.770.0800.39
HSL186º63.16%37.25%-
HSV(B)186º77.42%60.78%-
XYZ16.4322.3734.46-
YUV112.08152.2273.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.51%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=10.51%
G=42.94%
B=46.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351431550.770.0800.3918663.1637.25
Hex238F9B4D8027ba3f25
Octal43217233115100472727745
Binary100011100011111001101110011011000010011110111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238F9B; }

 p { color: rgb(35,143,155); }

 H1.HeaderClassName
 {
   color: #238F9B;
 }
 .AnyTagClassName
 {
   color: #238F9B;
 }
</style>
background-color css

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

 a { background-color: rgb(35,143,155); }

 div.DivClassName
 {
   background-color: #238F9B;
 }
 .BgClassName
 {
   background-color: #238F9B;
 }
</style>
border-color css

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

 span { border-color: rgb(35,143,155); }

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