Html Css Color HEX #2356A3 Endeavour

📋 copy color: '#2356A3'

red 35 ◦ green 86 ◦ blue 163

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

Shades of Endeavour #2356A3

Tints of Endeavour #2356A3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 12.32%
G = 30.28%
B = 57.39%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2356A3 (or 0x2356A3) is known color: Endeavour. HEX triplet: 23, 56 and A3. RGB value is (35,86,163). Sum of RGB (Red+Green+Blue) = 35+86+163=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #2356A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356A3 is #DCA95C. Grayscale: #4F4F4F. Windows color (decimal): -14461277 or 10704419. OLE color: 10704419.

HSL color Cylindrical-coordinate representation of color #2356A3: hue angle of 216.09º 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 #2356A3 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 86 163 -
CMYK 0.79 0.47 0 0.36
HSL 216.09º 0.65% 0.39% -
HSV(B) 216.09º 0.79% 0.64% -
XYZ 10.63 9.66 35.95 -
YUV 79.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 35 86 163 0.79 0.47 0 0.36 216.09 0.65 0.39
Hex 23 56 A3 4F 2F 0 24 D8 41 27
Octal 43 126 243 117 57 0 44 330 101 47
Binary 100011 1010110 10100011 1001111 101111 0 100100 11011000 1000001 100111

Color Harmonies of #2356A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356A3

Black with #2356A3

Text Example


Text Example

White with #2356A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,86,163); }

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

background-color css

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

 a { background-color: rgb(35,86,163); }

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

border-color css

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

 span { border-color: rgb(35,86,163); }

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