Html Css Color HEX #249298 Java

📋 copy color: '#249298'

red 36 ◦ green 146 ◦ blue 152

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

Shades of Java #249298

Tints of Java #249298

RGB

 RED value IS 36 (14.45% from 255) = 10.78%

 GREEN value IS 146 (57.42% from 255) = 43.71%

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

R = 10.78%
G = 43.71%
B = 45.51%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#249298 (or 0x249298) is known color: Java. HEX triplet: 24, 92 and 98. RGB value is (36,146,152). Sum of RGB (Red+Green+Blue) = 36+146+152=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #249298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249298 is #DB6D67. Grayscale: #717171. Windows color (decimal): -14380392 or 9998884. OLE color: 9998884.

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

Color convert

RGB 36 146 152 -
CMYK 0.76 0.04 0 0.40
HSL 183.1º 0.62% 0.37% -
HSV(B) 183.1º 0.76% 0.6% -
XYZ 16.67 23.2 33.3 -
YUV 113.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 36 146 152 0.76 0.04 0 0.40 183.1 0.62 0.37
Hex 24 92 98 4C 4 0 28 B7 3E 25
Octal 44 222 230 114 4 0 50 267 76 45
Binary 100100 10010010 10011000 1001100 100 0 101000 10110111 111110 100101

Color Harmonies of #249298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249298

Black with #249298

Text Example


Text Example

White with #249298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249298; }

 p { color: rgb(36,146,152); }

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

background-color css

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

 a { background-color: rgb(36,146,152); }

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

border-color css

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

 span { border-color: rgb(36,146,152); }

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