Html Css Color HEX #3C439B Governor Bay

📋 copy color: '#3C439B'

red 60 ◦ green 67 ◦ blue 155

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

Shades of Governor Bay #3C439B

Tints of Governor Bay #3C439B

RGB

 RED value IS 60 (23.83% from 255) = 21.28%

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 21.28%
G = 23.76%
B = 54.96%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C439B (or 0x3C439B) is known color: Governor Bay. HEX triplet: 3C, 43 and 9B. RGB value is (60,67,155). Sum of RGB (Red+Green+Blue) = 60+67+155=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C439B is #C3BC64. Grayscale: #4A4A4A. Windows color (decimal): -12827749 or 10175292. OLE color: 10175292.

HSL color Cylindrical-coordinate representation of color #3C439B: hue angle of 235.58º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C439B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 67 155 -
CMYK 0.61 0.57 0 0.39
HSL 235.58º 0.44% 0.42% -
HSV(B) 235.58º 0.61% 0.61% -
XYZ 9.79 7.34 31.91 -
YUV 74.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 60 67 155 0.61 0.57 0 0.39 235.58 0.44 0.42
Hex 3C 43 9B 3D 39 0 27 EC 2C 2A
Octal 74 103 233 75 71 0 47 354 54 52
Binary 111100 1000011 10011011 111101 111001 0 100111 11101100 101100 101010

Color Harmonies of #3C439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C439B

Black with #3C439B

Text Example


Text Example

White with #3C439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,155); }

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

background-color css

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

 a { background-color: rgb(60,67,155); }

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

border-color css

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

 span { border-color: rgb(60,67,155); }

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