Html Css Color HEX #269BA4 Java

📋 copy color: '#269BA4'

red 38 ◦ green 155 ◦ blue 164

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

Shades of Java #269BA4

Tints of Java #269BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 10.64%
G = 43.42%
B = 45.94%

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

#269BA4 (or 0x269BA4) is known color: Java. HEX triplet: 26, 9B and A4. RGB value is (38,155,164). Sum of RGB (Red+Green+Blue) = 38+155+164=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #269BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269BA4 is #D9645B. Grayscale: #787878. Windows color (decimal): -14247004 or 10787622. OLE color: 10787622.

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

Color convert

RGB 38 155 164 -
CMYK 0.77 0.05 0 0.36
HSL 184.29º 0.62% 0.4% -
HSV(B) 184.29º 0.77% 0.64% -
XYZ 19.22 26.54 39.23 -
YUV 121.04 152.24 68.77 -
System Red Green Blue C M Y K H S L
Decimal 38 155 164 0.77 0.05 0 0.36 184.29 0.62 0.4
Hex 26 9B A4 4D 5 0 24 B8 3E 28
Octal 46 233 244 115 5 0 44 270 76 50
Binary 100110 10011011 10100100 1001101 101 0 100100 10111000 111110 101000

Color Harmonies of #269BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269BA4

Black with #269BA4

Text Example


Text Example

White with #269BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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