Html Css Color HEX #3D469A Governor Bay

📋 copy color: '#3D469A'

red 61 ◦ green 70 ◦ blue 154

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

Shades of Governor Bay #3D469A

Tints of Governor Bay #3D469A

RGB

 RED value IS 61 (24.22% from 255) = 21.4%

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 21.4%
G = 24.56%
B = 54.04%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3D469A (or 0x3D469A) is known color: Governor Bay. HEX triplet: 3D, 46 and 9A. RGB value is (61,70,154). Sum of RGB (Red+Green+Blue) = 61+70+154=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D469A is #C2B965. Grayscale: #4C4C4C. Windows color (decimal): -12761446 or 10110525. OLE color: 10110525.

HSL color Cylindrical-coordinate representation of color #3D469A: hue angle of 234.19º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D469A is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 70 154 -
CMYK 0.60 0.55 0 0.40
HSL 234.19º 0.43% 0.42% -
HSV(B) 234.19º 0.6% 0.6% -
XYZ 9.95 7.71 31.53 -
YUV 76.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 61 70 154 0.60 0.55 0 0.40 234.19 0.43 0.42
Hex 3D 46 9A 3C 37 0 28 EA 2B 2A
Octal 75 106 232 74 67 0 50 352 53 52
Binary 111101 1000110 10011010 111100 110111 0 101000 11101010 101011 101010

Color Harmonies of #3D469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D469A

Black with #3D469A

Text Example


Text Example

White with #3D469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D469A; }

 p { color: rgb(61,70,154); }

 H1.HeaderClassName
 {
   color: #3D469A;
 }
 .AnyTagClassName
 {
   color: #3D469A;
 }
</style>

background-color css

<style>
 a { background-color: #3D469A; }

 a { background-color: rgb(61,70,154); }

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

border-color css

<style>
 span { border-color: #3D469A; }

 span { border-color: rgb(61,70,154); }

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