Html Css Color HEX #4395DA Picton Blue

📋 copy color: '#4395DA'

red 67 ◦ green 149 ◦ blue 218

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

Shades of Picton Blue #4395DA

Tints of Picton Blue #4395DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 15.44%
G = 34.33%
B = 50.23%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4395DA (or 0x4395DA) is known color: Picton Blue. HEX triplet: 43, 95 and DA. RGB value is (67,149,218). Sum of RGB (Red+Green+Blue) = 67+149+218=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #4395DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4395DA is #BC6A25. Grayscale: #838383. Windows color (decimal): -12347942 or 14325059. OLE color: 14325059.

HSL color Cylindrical-coordinate representation of color #4395DA: hue angle of 207.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4395DA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 67 149 218 -
CMYK 0.69 0.32 0 0.15
HSL 207.42º 0.67% 0.56% -
HSV(B) 207.42º 0.69% 0.85% -
XYZ 25.72 27.75 70.33 -
YUV 132.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 67 149 218 0.69 0.32 0 0.15 207.42 0.67 0.56
Hex 43 95 DA 45 20 0 F CF 43 38
Octal 103 225 332 105 40 0 17 317 103 70
Binary 1000011 10010101 11011010 1000101 100000 0 1111 11001111 1000011 111000

Color Harmonies of #4395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4395DA

Black with #4395DA

Text Example


Text Example

White with #4395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4395DA; }

 p { color: rgb(67,149,218); }

 H1.HeaderClassName
 {
   color: #4395DA;
 }
 .AnyTagClassName
 {
   color: #4395DA;
 }
</style>

background-color css

<style>
 a { background-color: #4395DA; }

 a { background-color: rgb(67,149,218); }

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

border-color css

<style>
 span { border-color: #4395DA; }

 span { border-color: rgb(67,149,218); }

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