Html Css Color HEX #268C87 Java

📋 copy color: '#268C87'

red 38 ◦ green 140 ◦ blue 135

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

Shades of Java #268C87

Tints of Java #268C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 12.14%
G = 44.73%
B = 43.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#268C87 (or 0x268C87) is known color: Java. HEX triplet: 26, 8C and 87. RGB value is (38,140,135). Sum of RGB (Red+Green+Blue) = 38+140+135=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #268C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C87 is #D97378. Grayscale: #6C6C6C. Windows color (decimal): -14250873 or 8883238. OLE color: 8883238.

HSL color Cylindrical-coordinate representation of color #268C87: hue angle of 177.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C87 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 140 135 -
CMYK 0.73 0 0.04 0.45
HSL 177.06º 0.57% 0.35% -
HSV(B) 177.06º 0.73% 0.55% -
XYZ 14.55 20.92 26.19 -
YUV 108.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 38 140 135 0.73 0 0.04 0.45 177.06 0.57 0.35
Hex 26 8C 87 49 0 4 2D B1 39 23
Octal 46 214 207 111 0 4 55 261 71 43
Binary 100110 10001100 10000111 1001001 0 100 101101 10110001 111001 100011

Color Harmonies of #268C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C87

Black with #268C87

Text Example


Text Example

White with #268C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268C87; }

 p { color: rgb(38,140,135); }

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

background-color css

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

 a { background-color: rgb(38,140,135); }

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

border-color css

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

 span { border-color: rgb(38,140,135); }

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