Html Css Color HEX #433DA0 Blue Gem

📋 copy color: '#433DA0'

red 67 ◦ green 61 ◦ blue 160

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

Shades of Blue Gem #433DA0

Tints of Blue Gem #433DA0

RGB

 RED value IS 67 (26.56% from 255) = 23.26%

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 160 (62.89% from 255) = 55.56%

R = 23.26%
G = 21.18%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#433DA0 (or 0x433DA0) is known color: Blue Gem. HEX triplet: 43, 3D and A0. RGB value is (67,61,160). Sum of RGB (Red+Green+Blue) = 67+61+160=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #433DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433DA0 is #BCC25F. Grayscale: #494949. Windows color (decimal): -12370528 or 10501443. OLE color: 10501443.

HSL color Cylindrical-coordinate representation of color #433DA0: hue angle of 243.64º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433DA0 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 61 160 -
CMYK 0.58 0.62 0 0.37
HSL 243.64º 0.45% 0.43% -
HSV(B) 243.64º 0.62% 0.63% -
XYZ 10.33 7.07 34.08 -
YUV 74.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 67 61 160 0.58 0.62 0 0.37 243.64 0.45 0.43
Hex 43 3D A0 3A 3E 0 25 F4 2D 2B
Octal 103 75 240 72 76 0 45 364 55 53
Binary 1000011 111101 10100000 111010 111110 0 100101 11110100 101101 101011

Color Harmonies of #433DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433DA0

Black with #433DA0

Text Example


Text Example

White with #433DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433DA0; }

 p { color: rgb(67,61,160); }

 H1.HeaderClassName
 {
   color: #433DA0;
 }
 .AnyTagClassName
 {
   color: #433DA0;
 }
</style>

background-color css

<style>
 a { background-color: #433DA0; }

 a { background-color: rgb(67,61,160); }

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

border-color css

<style>
 span { border-color: #433DA0; }

 span { border-color: rgb(67,61,160); }

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