Html Css Color HEX #238E94 Java

📋 copy color: '#238E94'

red 35 ◦ green 142 ◦ blue 148

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

Shades of Java #238E94

Tints of Java #238E94

RGB

 RED value IS 35 (14.06% from 255) = 10.77%

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 10.77%
G = 43.69%
B = 45.54%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238E94 (or 0x238E94) is known color: Java. HEX triplet: 23, 8E and 94. RGB value is (35,142,148). Sum of RGB (Red+Green+Blue) = 35+142+148=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #238E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E94 is #DC716B. Grayscale: #6E6E6E. Windows color (decimal): -14446956 or 9735715. OLE color: 9735715.

HSL color Cylindrical-coordinate representation of color #238E94: hue angle of 183.19º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238E94 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 142 148 -
CMYK 0.76 0.04 0 0.42
HSL 183.19º 0.62% 0.36% -
HSV(B) 183.19º 0.76% 0.58% -
XYZ 15.71 21.84 31.4 -
YUV 110.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 35 142 148 0.76 0.04 0 0.42 183.19 0.62 0.36
Hex 23 8E 94 4C 4 0 2A B7 3E 24
Octal 43 216 224 114 4 0 52 267 76 44
Binary 100011 10001110 10010100 1001100 100 0 101010 10110111 111110 100100

Color Harmonies of #238E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E94

Black with #238E94

Text Example


Text Example

White with #238E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238E94; }

 p { color: rgb(35,142,148); }

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

background-color css

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

 a { background-color: rgb(35,142,148); }

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

border-color css

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

 span { border-color: rgb(35,142,148); }

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