Html Css Color HEX #23848F Java

📋 copy color: '#23848F'

red 35 ◦ green 132 ◦ blue 143

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

Shades of Java #23848F

Tints of Java #23848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 11.29%
G = 42.58%
B = 46.13%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23848F (or 0x23848F) is known color: Java. HEX triplet: 23, 84 and 8F. RGB value is (35,132,143). Sum of RGB (Red+Green+Blue) = 35+132+143=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #23848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23848F is #DC7B70. Grayscale: #686868. Windows color (decimal): -14449521 or 9405475. OLE color: 9405475.

HSL color Cylindrical-coordinate representation of color #23848F: hue angle of 186.11º 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 #23848F is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 132 143 -
CMYK 0.76 0.08 0 0.44
HSL 186.11º 0.61% 0.35% -
HSV(B) 186.11º 0.76% 0.56% -
XYZ 13.9 18.84 28.89 -
YUV 104.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 35 132 143 0.76 0.08 0 0.44 186.11 0.61 0.35
Hex 23 84 8F 4C 8 0 2C BA 3D 23
Octal 43 204 217 114 10 0 54 272 75 43
Binary 100011 10000100 10001111 1001100 1000 0 101100 10111010 111101 100011

Color Harmonies of #23848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23848F

Black with #23848F

Text Example


Text Example

White with #23848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23848F; }

 p { color: rgb(35,132,143); }

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

background-color css

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

 a { background-color: rgb(35,132,143); }

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

border-color css

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

 span { border-color: rgb(35,132,143); }

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