Html Css Color HEX #269089 Java

📋 copy color: '#269089'

red 38 ◦ green 144 ◦ blue 137

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

Shades of Java #269089

Tints of Java #269089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

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

R = 11.91%
G = 45.14%
B = 42.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#269089 (or 0x269089) is known color: Java. HEX triplet: 26, 90 and 89. RGB value is (38,144,137). Sum of RGB (Red+Green+Blue) = 38+144+137=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #269089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269089 is #D96F76. Grayscale: #6F6F6F. Windows color (decimal): -14249847 or 9015334. OLE color: 9015334.

HSL color Cylindrical-coordinate representation of color #269089: hue angle of 176.04º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269089 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 144 137 -
CMYK 0.74 0 0.05 0.44
HSL 176.04º 0.58% 0.36% -
HSV(B) 176.04º 0.74% 0.56% -
XYZ 15.29 22.16 27.14 -
YUV 111.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 38 144 137 0.74 0 0.05 0.44 176.04 0.58 0.36
Hex 26 90 89 4A 0 5 2C B0 3A 24
Octal 46 220 211 112 0 5 54 260 72 44
Binary 100110 10010000 10001001 1001010 0 101 101100 10110000 111010 100100

Color Harmonies of #269089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269089

Black with #269089

Text Example


Text Example

White with #269089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269089; }

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

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

background-color css

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

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

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

border-color css

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

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

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