Html Css Color HEX #238990 Java

📋 copy color: '#238990'

red 35 ◦ green 137 ◦ blue 144

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

Shades of Java #238990

Tints of Java #238990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

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

R = 11.08%
G = 43.35%
B = 45.57%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#238990 (or 0x238990) is known color: Java. HEX triplet: 23, 89 and 90. RGB value is (35,137,144). Sum of RGB (Red+Green+Blue) = 35+137+144=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #238990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238990 is #DC766F. Grayscale: #6B6B6B. Windows color (decimal): -14448240 or 9472291. OLE color: 9472291.

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

Color convert

RGB 35 137 144 -
CMYK 0.76 0.05 0 0.44
HSL 183.85º 0.61% 0.35% -
HSV(B) 183.85º 0.76% 0.56% -
XYZ 14.67 20.26 29.52 -
YUV 107.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 35 137 144 0.76 0.05 0 0.44 183.85 0.61 0.35
Hex 23 89 90 4C 5 0 2C B8 3D 23
Octal 43 211 220 114 5 0 54 270 75 43
Binary 100011 10001001 10010000 1001100 101 0 101100 10111000 111101 100011

Color Harmonies of #238990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238990

Black with #238990

Text Example


Text Example

White with #238990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238990; }

 p { color: rgb(35,137,144); }

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

background-color css

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

 a { background-color: rgb(35,137,144); }

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

border-color css

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

 span { border-color: rgb(35,137,144); }

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