Html Css Color HEX #269398 Java

📋 copy color: '#269398'

red 38 ◦ green 147 ◦ blue 152

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

Shades of Java #269398

Tints of Java #269398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 11.28%
G = 43.62%
B = 45.1%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#269398 (or 0x269398) is known color: Java. HEX triplet: 26, 93 and 98. RGB value is (38,147,152). Sum of RGB (Red+Green+Blue) = 38+147+152=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #269398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269398 is #D96C67. Grayscale: #727272. Windows color (decimal): -14249064 or 9999142. OLE color: 9999142.

HSL color Cylindrical-coordinate representation of color #269398: hue angle of 182.63º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269398 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 147 152 -
CMYK 0.75 0.03 0 0.40
HSL 182.63º 0.6% 0.37% -
HSV(B) 182.63º 0.75% 0.6% -
XYZ 16.9 23.55 33.36 -
YUV 114.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 38 147 152 0.75 0.03 0 0.40 182.63 0.6 0.37
Hex 26 93 98 4B 3 0 28 B7 3C 25
Octal 46 223 230 113 3 0 50 267 74 45
Binary 100110 10010011 10011000 1001011 11 0 101000 10110111 111100 100101

Color Harmonies of #269398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269398

Black with #269398

Text Example


Text Example

White with #269398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269398; }

 p { color: rgb(38,147,152); }

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

background-color css

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

 a { background-color: rgb(38,147,152); }

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

border-color css

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

 span { border-color: rgb(38,147,152); }

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