Html Css Color HEX #248690 Java

📋 copy color: '#248690'

red 36 ◦ green 134 ◦ blue 144

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

Shades of Java #248690

Tints of Java #248690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

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

R = 11.46%
G = 42.68%
B = 45.86%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248690 (or 0x248690) is known color: Java. HEX triplet: 24, 86 and 90. RGB value is (36,134,144). Sum of RGB (Red+Green+Blue) = 36+134+144=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #248690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248690 is #DB796F. Grayscale: #696969. Windows color (decimal): -14383472 or 9471524. OLE color: 9471524.

HSL color Cylindrical-coordinate representation of color #248690: hue angle of 185.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248690 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 134 144 -
CMYK 0.75 0.07 0 0.44
HSL 185.56º 0.6% 0.35% -
HSV(B) 185.56º 0.75% 0.56% -
XYZ 14.29 19.44 29.38 -
YUV 105.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 36 134 144 0.75 0.07 0 0.44 185.56 0.6 0.35
Hex 24 86 90 4B 7 0 2C BA 3C 23
Octal 44 206 220 113 7 0 54 272 74 43
Binary 100100 10000110 10010000 1001011 111 0 101100 10111010 111100 100011

Color Harmonies of #248690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248690

Black with #248690

Text Example


Text Example

White with #248690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248690; }

 p { color: rgb(36,134,144); }

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

background-color css

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

 a { background-color: rgb(36,134,144); }

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

border-color css

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

 span { border-color: rgb(36,134,144); }

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