Html Css Color HEX #269AA4 Java

📋 copy color: '#269AA4'

red 38 ◦ green 154 ◦ blue 164

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

Shades of Java #269AA4

Tints of Java #269AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 10.67%
G = 43.26%
B = 46.07%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#269AA4 (or 0x269AA4) is known color: Java. HEX triplet: 26, 9A and A4. RGB value is (38,154,164). Sum of RGB (Red+Green+Blue) = 38+154+164=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #269AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AA4 is #D9655B. Grayscale: #787878. Windows color (decimal): -14247260 or 10787366. OLE color: 10787366.

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

Color convert

RGB 38 154 164 -
CMYK 0.77 0.06 0 0.36
HSL 184.76º 0.62% 0.4% -
HSV(B) 184.76º 0.77% 0.64% -
XYZ 19.06 26.2 39.18 -
YUV 120.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 38 154 164 0.77 0.06 0 0.36 184.76 0.62 0.4
Hex 26 9A A4 4D 6 0 24 B9 3E 28
Octal 46 232 244 115 6 0 44 271 76 50
Binary 100110 10011010 10100100 1001101 110 0 100100 10111001 111110 101000

Color Harmonies of #269AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269AA4

Black with #269AA4

Text Example


Text Example

White with #269AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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