Html Css Color HEX #536EC4 Chetwode Blue

📋 copy color: '#536EC4'

red 83 ◦ green 110 ◦ blue 196

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

Shades of Chetwode Blue #536EC4

Tints of Chetwode Blue #536EC4

RGB

 RED value IS 83 (32.81% from 255) = 21.34%

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 196 (76.95% from 255) = 50.39%

R = 21.34%
G = 28.28%
B = 50.39%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#536EC4 (or 0x536EC4) is known color: Chetwode Blue. HEX triplet: 53, 6E and C4. RGB value is (83,110,196). Sum of RGB (Red+Green+Blue) = 83+110+196=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #536EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EC4 is #AC913B. Grayscale: #6F6F6F. Windows color (decimal): -11309372 or 12873299. OLE color: 12873299.

HSL color Cylindrical-coordinate representation of color #536EC4: hue angle of 225.66º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #536EC4 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 110 196 -
CMYK 0.58 0.44 0 0.23
HSL 225.66º 0.49% 0.55% -
HSV(B) 225.66º 0.58% 0.77% -
XYZ 19.11 16.98 54.49 -
YUV 111.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 83 110 196 0.58 0.44 0 0.23 225.66 0.49 0.55
Hex 53 6E C4 3A 2C 0 17 E2 31 37
Octal 123 156 304 72 54 0 27 342 61 67
Binary 1010011 1101110 11000100 111010 101100 0 10111 11100010 110001 110111

Color Harmonies of #536EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EC4

Black with #536EC4

Text Example


Text Example

White with #536EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536EC4; }

 p { color: rgb(83,110,196); }

 H1.HeaderClassName
 {
   color: #536EC4;
 }
 .AnyTagClassName
 {
   color: #536EC4;
 }
</style>

background-color css

<style>
 a { background-color: #536EC4; }

 a { background-color: rgb(83,110,196); }

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

border-color css

<style>
 span { border-color: #536EC4; }

 span { border-color: rgb(83,110,196); }

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