Html Css Color HEX #268E91 Java

📋 copy color: '#268E91'

red 38 ◦ green 142 ◦ blue 145

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

Shades of Java #268E91

Tints of Java #268E91

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 11.69%
G = 43.69%
B = 44.62%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#268E91 (or 0x268E91) is known color: Java. HEX triplet: 26, 8E and 91. RGB value is (38,142,145). Sum of RGB (Red+Green+Blue) = 38+142+145=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #268E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E91 is #D9716E. Grayscale: #6F6F6F. Windows color (decimal): -14250351 or 9539110. OLE color: 9539110.

HSL color Cylindrical-coordinate representation of color #268E91: hue angle of 181.68º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268E91 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 142 145 -
CMYK 0.74 0.02 0 0.43
HSL 181.68º 0.58% 0.36% -
HSV(B) 181.68º 0.74% 0.57% -
XYZ 15.58 21.8 30.18 -
YUV 111.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 38 142 145 0.74 0.02 0 0.43 181.68 0.58 0.36
Hex 26 8E 91 4A 2 0 2B B6 3A 24
Octal 46 216 221 112 2 0 53 266 72 44
Binary 100110 10001110 10010001 1001010 10 0 101011 10110110 111010 100100

Color Harmonies of #268E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268E91

Black with #268E91

Text Example


Text Example

White with #268E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,142,145); }

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

background-color css

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

 a { background-color: rgb(38,142,145); }

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

border-color css

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

 span { border-color: rgb(38,142,145); }

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