Html Css Color HEX #269AA2 Java

📋 copy color: '#269AA2'

red 38 ◦ green 154 ◦ blue 162

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

Shades of Java #269AA2

Tints of Java #269AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.5%

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 10.73%
G = 43.5%
B = 45.76%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#269AA2 (or 0x269AA2) is known color: Java. HEX triplet: 26, 9A and A2. RGB value is (38,154,162). Sum of RGB (Red+Green+Blue) = 38+154+162=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #269AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AA2 is #D9655D. Grayscale: #787878. Windows color (decimal): -14247262 or 10656294. OLE color: 10656294.

HSL color Cylindrical-coordinate representation of color #269AA2: hue angle of 183.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269AA2 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 154 162 -
CMYK 0.77 0.05 0 0.36
HSL 183.87º 0.62% 0.39% -
HSV(B) 183.87º 0.77% 0.64% -
XYZ 18.88 26.13 38.23 -
YUV 120.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 38 154 162 0.77 0.05 0 0.36 183.87 0.62 0.39
Hex 26 9A A2 4D 5 0 24 B8 3E 27
Octal 46 232 242 115 5 0 44 270 76 47
Binary 100110 10011010 10100010 1001101 101 0 100100 10111000 111110 100111

Color Harmonies of #269AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269AA2

Black with #269AA2

Text Example


Text Example

White with #269AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269AA2; }

 p { color: rgb(38,154,162); }

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

background-color css

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

 a { background-color: rgb(38,154,162); }

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

border-color css

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

 span { border-color: rgb(38,154,162); }

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