Html Css Color HEX #23969B Java

📋 copy color: '#23969B'

red 35 ◦ green 150 ◦ blue 155

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

Shades of Java #23969B

Tints of Java #23969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 10.29%
G = 44.12%
B = 45.59%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23969B (or 0x23969B) is known color: Java. HEX triplet: 23, 96 and 9B. RGB value is (35,150,155). Sum of RGB (Red+Green+Blue) = 35+150+155=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #23969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23969B is #DC6964. Grayscale: #747474. Windows color (decimal): -14444901 or 10196515. OLE color: 10196515.

HSL color Cylindrical-coordinate representation of color #23969B: hue angle of 182.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23969B is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 150 155 -
CMYK 0.77 0.03 0 0.39
HSL 182.5º 0.63% 0.37% -
HSV(B) 182.5º 0.77% 0.61% -
XYZ 17.52 24.54 34.82 -
YUV 116.19 149.9 70.09 -
System Red Green Blue C M Y K H S L
Decimal 35 150 155 0.77 0.03 0 0.39 182.5 0.63 0.37
Hex 23 96 9B 4D 3 0 27 B6 3F 25
Octal 43 226 233 115 3 0 47 266 77 45
Binary 100011 10010110 10011011 1001101 11 0 100111 10110110 111111 100101

Color Harmonies of #23969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23969B

Black with #23969B

Text Example


Text Example

White with #23969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23969B; }

 p { color: rgb(35,150,155); }

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

background-color css

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

 a { background-color: rgb(35,150,155); }

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

border-color css

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

 span { border-color: rgb(35,150,155); }

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