Html Css Color HEX #268A90 Java

📋 copy color: '#268A90'

red 38 ◦ green 138 ◦ blue 144

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

Shades of Java #268A90

Tints of Java #268A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

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

R = 11.88%
G = 43.13%
B = 45%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#268A90 (or 0x268A90) is known color: Java. HEX triplet: 26, 8A and 90. RGB value is (38,138,144). Sum of RGB (Red+Green+Blue) = 38+138+144=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #268A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A90 is #D9756F. Grayscale: #6C6C6C. Windows color (decimal): -14251376 or 9472550. OLE color: 9472550.

HSL color Cylindrical-coordinate representation of color #268A90: hue angle of 183.4º 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 #268A90 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 138 144 -
CMYK 0.74 0.04 0 0.44
HSL 183.4º 0.58% 0.36% -
HSV(B) 183.4º 0.74% 0.56% -
XYZ 14.92 20.6 29.58 -
YUV 108.78 147.87 77.51 -
System Red Green Blue C M Y K H S L
Decimal 38 138 144 0.74 0.04 0 0.44 183.4 0.58 0.36
Hex 26 8A 90 4A 4 0 2C B7 3A 24
Octal 46 212 220 112 4 0 54 267 72 44
Binary 100110 10001010 10010000 1001010 100 0 101100 10110111 111010 100100

Color Harmonies of #268A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268A90

Black with #268A90

Text Example


Text Example

White with #268A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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