Html Css Color HEX #443FAE Governor Bay

📋 copy color: '#443FAE'

red 68 ◦ green 63 ◦ blue 174

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

Shades of Governor Bay #443FAE

Tints of Governor Bay #443FAE

RGB

 RED value IS 68 (26.95% from 255) = 22.3%

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 22.3%
G = 20.66%
B = 57.05%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#443FAE (or 0x443FAE) is known color: Governor Bay. HEX triplet: 44, 3F and AE. RGB value is (68,63,174). Sum of RGB (Red+Green+Blue) = 68+63+174=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #443FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443FAE is #BBC051. Grayscale: #4C4C4C. Windows color (decimal): -12304466 or 11419460. OLE color: 11419460.

HSL color Cylindrical-coordinate representation of color #443FAE: hue angle of 242.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443FAE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 63 174 -
CMYK 0.61 0.64 0 0.32
HSL 242.7º 0.47% 0.46% -
HSV(B) 242.7º 0.64% 0.68% -
XYZ 11.8 7.84 40.94 -
YUV 77.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 68 63 174 0.61 0.64 0 0.32 242.7 0.47 0.46
Hex 44 3F AE 3D 40 0 20 F3 2F 2E
Octal 104 77 256 75 100 0 40 363 57 56
Binary 1000100 111111 10101110 111101 1000000 0 100000 11110011 101111 101110

Color Harmonies of #443FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443FAE

Black with #443FAE

Text Example


Text Example

White with #443FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443FAE; }

 p { color: rgb(68,63,174); }

 H1.HeaderClassName
 {
   color: #443FAE;
 }
 .AnyTagClassName
 {
   color: #443FAE;
 }
</style>

background-color css

<style>
 a { background-color: #443FAE; }

 a { background-color: rgb(68,63,174); }

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

border-color css

<style>
 span { border-color: #443FAE; }

 span { border-color: rgb(68,63,174); }

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