Html Css Color HEX #4396DD Picton Blue

📋 copy color: '#4396DD'

red 67 ◦ green 150 ◦ blue 221

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

Shades of Picton Blue #4396DD

Tints of Picton Blue #4396DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 15.3%
G = 34.25%
B = 50.46%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4396DD (or 0x4396DD) is known color: Picton Blue. HEX triplet: 43, 96 and DD. RGB value is (67,150,221). Sum of RGB (Red+Green+Blue) = 67+150+221=438 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.30% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #4396DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396DD is #BC6922. Grayscale: #848484. Windows color (decimal): -12347683 or 14521923. OLE color: 14521923.

HSL color Cylindrical-coordinate representation of color #4396DD: hue angle of 207.66º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4396DD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 150 221 -
CMYK 0.70 0.32 0 0.13
HSL 207.66º 0.69% 0.56% -
HSV(B) 207.66º 0.7% 0.87% -
XYZ 26.27 28.23 72.47 -
YUV 133.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 67 150 221 0.70 0.32 0 0.13 207.66 0.69 0.56
Hex 43 96 DD 46 20 0 D D0 45 38
Octal 103 226 335 106 40 0 15 320 105 70
Binary 1000011 10010110 11011101 1000110 100000 0 1101 11010000 1000101 111000

Color Harmonies of #4396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4396DD

Black with #4396DD

Text Example


Text Example

White with #4396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4396DD; }

 p { color: rgb(67,150,221); }

 H1.HeaderClassName
 {
   color: #4396DD;
 }
 .AnyTagClassName
 {
   color: #4396DD;
 }
</style>

background-color css

<style>
 a { background-color: #4396DD; }

 a { background-color: rgb(67,150,221); }

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

border-color css

<style>
 span { border-color: #4396DD; }

 span { border-color: rgb(67,150,221); }

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