Html Css Color HEX #268889 Java

📋 copy color: '#268889'

red 38 ◦ green 136 ◦ blue 137

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

Shades of Java #268889

Tints of Java #268889

RGB

 RED value IS 38 (15.23% from 255) = 12.22%

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 12.22%
G = 43.73%
B = 44.05%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#268889 (or 0x268889) is known color: Java. HEX triplet: 26, 88 and 89. RGB value is (38,136,137). Sum of RGB (Red+Green+Blue) = 38+136+137=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #268889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268889 is #D97776. Grayscale: #6A6A6A. Windows color (decimal): -14251895 or 9013286. OLE color: 9013286.

HSL color Cylindrical-coordinate representation of color #268889: hue angle of 180.61º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268889 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 136 137 -
CMYK 0.72 0.01 0 0.46
HSL 180.61º 0.57% 0.34% -
HSV(B) 180.61º 0.72% 0.54% -
XYZ 14.12 19.83 26.75 -
YUV 106.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 38 136 137 0.72 0.01 0 0.46 180.61 0.57 0.34
Hex 26 88 89 48 1 0 2E B5 39 22
Octal 46 210 211 110 1 0 56 265 71 42
Binary 100110 10001000 10001001 1001000 1 0 101110 10110101 111001 100010

Color Harmonies of #268889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268889

Black with #268889

Text Example


Text Example

White with #268889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268889; }

 p { color: rgb(38,136,137); }

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

background-color css

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

 a { background-color: rgb(38,136,137); }

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

border-color css

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

 span { border-color: rgb(38,136,137); }

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