Html Css Color HEX #23969C Java

📋 copy color: '#23969C'

red 35 ◦ green 150 ◦ blue 156

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

Shades of Java #23969C

Tints of Java #23969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 10.26%
G = 43.99%
B = 45.75%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23969C (or 0x23969C) is known color: Java. HEX triplet: 23, 96 and 9C. RGB value is (35,150,156). Sum of RGB (Red+Green+Blue) = 35+150+156=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #23969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23969C is #DC6963. Grayscale: #747474. Windows color (decimal): -14444900 or 10262051. OLE color: 10262051.

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

Color convert

RGB 35 150 156 -
CMYK 0.78 0.04 0 0.39
HSL 182.98º 0.63% 0.37% -
HSV(B) 182.98º 0.78% 0.61% -
XYZ 17.6 24.57 35.27 -
YUV 116.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 35 150 156 0.78 0.04 0 0.39 182.98 0.63 0.37
Hex 23 96 9C 4E 4 0 27 B7 3F 25
Octal 43 226 234 116 4 0 47 267 77 45
Binary 100011 10010110 10011100 1001110 100 0 100111 10110111 111111 100101

Color Harmonies of #23969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23969C

Black with #23969C

Text Example


Text Example

White with #23969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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