Html Css Color HEX #268988 Java

📋 copy color: '#268988'

red 38 ◦ green 137 ◦ blue 136

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

Shades of Java #268988

Tints of Java #268988

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #268988: hue angle of 179.39º 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 #268988 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 137 136 -
CMYK 0.72 0 0.01 0.46
HSL 179.39º 0.57% 0.34% -
HSV(B) 179.39º 0.72% 0.54% -
XYZ 14.19 20.08 26.42 -
YUV 107.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 38 137 136 0.72 0 0.01 0.46 179.39 0.57 0.34
Hex 26 89 88 48 0 1 2E B3 39 22
Octal 46 211 210 110 0 1 56 263 71 42
Binary 100110 10001001 10001000 1001000 0 1 101110 10110011 111001 100010

Color Harmonies of #268988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268988

Black with #268988

Text Example


Text Example

White with #268988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268988; }

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

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

background-color css

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

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

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

border-color css

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

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

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