Html Css Color HEX #23949A Java

📋 copy color: '#23949A'

red 35 ◦ green 148 ◦ blue 154

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

Shades of Java #23949A

Tints of Java #23949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 10.39%
G = 43.92%
B = 45.7%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23949A (or 0x23949A) is known color: Java. HEX triplet: 23, 94 and 9A. RGB value is (35,148,154). Sum of RGB (Red+Green+Blue) = 35+148+154=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #23949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23949A is #DC6B65. Grayscale: #727272. Windows color (decimal): -14445414 or 10130467. OLE color: 10130467.

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

Color convert

RGB 35 148 154 -
CMYK 0.77 0.04 0 0.40
HSL 183.03º 0.63% 0.37% -
HSV(B) 183.03º 0.77% 0.6% -
XYZ 17.12 23.87 34.28 -
YUV 114.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 35 148 154 0.77 0.04 0 0.40 183.03 0.63 0.37
Hex 23 94 9A 4D 4 0 28 B7 3F 25
Octal 43 224 232 115 4 0 50 267 77 45
Binary 100011 10010100 10011010 1001101 100 0 101000 10110111 111111 100101

Color Harmonies of #23949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23949A

Black with #23949A

Text Example


Text Example

White with #23949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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