Html Css Color HEX #2295A3 Java

📋 copy color: '#2295A3'

red 34 ◦ green 149 ◦ blue 163

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

Shades of Java #2295A3

Tints of Java #2295A3

RGB

 RED value IS 34 (13.67% from 255) = 9.83%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 9.83%
G = 43.06%
B = 47.11%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2295A3 (or 0x2295A3) is known color: Java. HEX triplet: 22, 95 and A3. RGB value is (34,149,163). Sum of RGB (Red+Green+Blue) = 34+149+163=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #2295A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2295A3 is #DD6A5C. Grayscale: #747474. Windows color (decimal): -14510685 or 10720546. OLE color: 10720546.

HSL color Cylindrical-coordinate representation of color #2295A3: hue angle of 186.51º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2295A3 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 149 163 -
CMYK 0.79 0.09 0 0.36
HSL 186.51º 0.65% 0.39% -
HSV(B) 186.51º 0.79% 0.64% -
XYZ 18.02 24.48 38.43 -
YUV 116.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 34 149 163 0.79 0.09 0 0.36 186.51 0.65 0.39
Hex 22 95 A3 4F 9 0 24 BB 41 27
Octal 42 225 243 117 11 0 44 273 101 47
Binary 100010 10010101 10100011 1001111 1001 0 100100 10111011 1000001 100111

Color Harmonies of #2295A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2295A3

Black with #2295A3

Text Example


Text Example

White with #2295A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2295A3; }

 p { color: rgb(34,149,163); }

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

background-color css

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

 a { background-color: rgb(34,149,163); }

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

border-color css

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

 span { border-color: rgb(34,149,163); }

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