Html Css Color HEX #269FA4 Java

📋 copy color: '#269FA4'

red 38 ◦ green 159 ◦ blue 164

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

Shades of Java #269FA4

Tints of Java #269FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.04%

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

R = 10.53%
G = 44.04%
B = 45.43%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#269FA4 (or 0x269FA4) is known color: Java. HEX triplet: 26, 9F and A4. RGB value is (38,159,164). Sum of RGB (Red+Green+Blue) = 38+159+164=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #269FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269FA4 is #D9605B. Grayscale: #7B7B7B. Windows color (decimal): -14245980 or 10788646. OLE color: 10788646.

HSL color Cylindrical-coordinate representation of color #269FA4: hue angle of 182.38º 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 #269FA4 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 159 164 -
CMYK 0.77 0.03 0 0.36
HSL 182.38º 0.62% 0.4% -
HSV(B) 182.38º 0.77% 0.64% -
XYZ 19.9 27.89 39.46 -
YUV 123.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 38 159 164 0.77 0.03 0 0.36 182.38 0.62 0.4
Hex 26 9F A4 4D 3 0 24 B6 3E 28
Octal 46 237 244 115 3 0 44 266 76 50
Binary 100110 10011111 10100100 1001101 11 0 100100 10110110 111110 101000

Color Harmonies of #269FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269FA4

Black with #269FA4

Text Example


Text Example

White with #269FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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