Html Css Color HEX #269495 Java

📋 copy color: '#269495'

red 38 ◦ green 148 ◦ blue 149

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

Shades of Java #269495

Tints of Java #269495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 11.34%
G = 44.18%
B = 44.48%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#269495 (or 0x269495) is known color: Java. HEX triplet: 26, 94 and 95. RGB value is (38,148,149). Sum of RGB (Red+Green+Blue) = 38+148+149=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #269495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269495 is #D96B6A. Grayscale: #737373. Windows color (decimal): -14248811 or 9802790. OLE color: 9802790.

HSL color Cylindrical-coordinate representation of color #269495: hue angle of 180.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269495 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 148 149 -
CMYK 0.74 0.01 0 0.42
HSL 180.54º 0.59% 0.37% -
HSV(B) 180.54º 0.74% 0.58% -
XYZ 16.81 23.76 32.13 -
YUV 115.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 38 148 149 0.74 0.01 0 0.42 180.54 0.59 0.37
Hex 26 94 95 4A 1 0 2A B5 3B 25
Octal 46 224 225 112 1 0 52 265 73 45
Binary 100110 10010100 10010101 1001010 1 0 101010 10110101 111011 100101

Color Harmonies of #269495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269495

Black with #269495

Text Example


Text Example

White with #269495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269495; }

 p { color: rgb(38,148,149); }

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

background-color css

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

 a { background-color: rgb(38,148,149); }

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

border-color css

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

 span { border-color: rgb(38,148,149); }

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