Html Css Color HEX #4384BE Curious Blue

📋 copy color: '#4384BE'

red 67 ◦ green 132 ◦ blue 190

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

Shades of Curious Blue #4384BE

Tints of Curious Blue #4384BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 17.22%
G = 33.93%
B = 48.84%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4384BE (or 0x4384BE) is known color: Curious Blue. HEX triplet: 43, 84 and BE. RGB value is (67,132,190). Sum of RGB (Red+Green+Blue) = 67+132+190=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4384BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384BE is #BC7B41. Grayscale: #767676. Windows color (decimal): -12352322 or 12485699. OLE color: 12485699.

HSL color Cylindrical-coordinate representation of color #4384BE: hue angle of 208.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4384BE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 132 190 -
CMYK 0.65 0.31 0 0.25
HSL 208.29º 0.49% 0.5% -
HSV(B) 208.29º 0.65% 0.75% -
XYZ 19.86 21.41 51.8 -
YUV 119.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 67 132 190 0.65 0.31 0 0.25 208.29 0.49 0.5
Hex 43 84 BE 41 1F 0 19 D0 31 32
Octal 103 204 276 101 37 0 31 320 61 62
Binary 1000011 10000100 10111110 1000001 11111 0 11001 11010000 110001 110010

Color Harmonies of #4384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384BE

Black with #4384BE

Text Example


Text Example

White with #4384BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4384BE; }

 p { color: rgb(67,132,190); }

 H1.HeaderClassName
 {
   color: #4384BE;
 }
 .AnyTagClassName
 {
   color: #4384BE;
 }
</style>

background-color css

<style>
 a { background-color: #4384BE; }

 a { background-color: rgb(67,132,190); }

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

border-color css

<style>
 span { border-color: #4384BE; }

 span { border-color: rgb(67,132,190); }

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