Html Css Color HEX #268790 Java

📋 copy color: '#268790'

red 38 ◦ green 135 ◦ blue 144

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

Shades of Java #268790

Tints of Java #268790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 11.99%
G = 42.59%
B = 45.43%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#268790 (or 0x268790) is known color: Java. HEX triplet: 26, 87 and 90. RGB value is (38,135,144). Sum of RGB (Red+Green+Blue) = 38+135+144=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #268790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268790 is #D9786F. Grayscale: #6A6A6A. Windows color (decimal): -14252144 or 9471782. OLE color: 9471782.

HSL color Cylindrical-coordinate representation of color #268790: hue angle of 185.09º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268790 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 135 144 -
CMYK 0.74 0.06 0 0.44
HSL 185.09º 0.58% 0.36% -
HSV(B) 185.09º 0.74% 0.56% -
XYZ 14.5 19.75 29.43 -
YUV 107.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 38 135 144 0.74 0.06 0 0.44 185.09 0.58 0.36
Hex 26 87 90 4A 6 0 2C B9 3A 24
Octal 46 207 220 112 6 0 54 271 72 44
Binary 100110 10000111 10010000 1001010 110 0 101100 10111001 111010 100100

Color Harmonies of #268790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268790

Black with #268790

Text Example


Text Example

White with #268790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268790; }

 p { color: rgb(38,135,144); }

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

background-color css

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

 a { background-color: rgb(38,135,144); }

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

border-color css

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

 span { border-color: rgb(38,135,144); }

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