Html Css Color HEX #269CA4 Java

📋 copy color: '#269CA4'

red 38 ◦ green 156 ◦ blue 164

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

Shades of Java #269CA4

Tints of Java #269CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

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

R = 10.61%
G = 43.58%
B = 45.81%

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

#269CA4 (or 0x269CA4) is known color: Java. HEX triplet: 26, 9C and A4. RGB value is (38,156,164). Sum of RGB (Red+Green+Blue) = 38+156+164=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #269CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269CA4 is #D9635B. Grayscale: #797979. Windows color (decimal): -14246748 or 10787878. OLE color: 10787878.

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

Color convert

RGB 38 156 164 -
CMYK 0.77 0.05 0 0.36
HSL 183.81º 0.62% 0.4% -
HSV(B) 183.81º 0.77% 0.64% -
XYZ 19.39 26.87 39.29 -
YUV 121.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 38 156 164 0.77 0.05 0 0.36 183.81 0.62 0.4
Hex 26 9C A4 4D 5 0 24 B8 3E 28
Octal 46 234 244 115 5 0 44 270 76 50
Binary 100110 10011100 10100100 1001101 101 0 100100 10111000 111110 101000

Color Harmonies of #269CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269CA4

Black with #269CA4

Text Example


Text Example

White with #269CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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