Html Css Color HEX #4384BC Curious Blue

📋 copy color: '#4384BC'

red 67 ◦ green 132 ◦ blue 188

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

Shades of Curious Blue #4384BC

Tints of Curious Blue #4384BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 17.31%
G = 34.11%
B = 48.58%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4384BC (or 0x4384BC) is known color: Curious Blue. HEX triplet: 43, 84 and BC. RGB value is (67,132,188). Sum of RGB (Red+Green+Blue) = 67+132+188=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4384BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384BC is #BC7B43. Grayscale: #767676. Windows color (decimal): -12352324 or 12354627. OLE color: 12354627.

HSL color Cylindrical-coordinate representation of color #4384BC: hue angle of 207.77º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4384BC is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 132 188 -
CMYK 0.64 0.30 0 0.26
HSL 207.77º 0.47% 0.5% -
HSV(B) 207.77º 0.64% 0.74% -
XYZ 19.64 21.33 50.66 -
YUV 118.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 67 132 188 0.64 0.30 0 0.26 207.77 0.47 0.5
Hex 43 84 BC 40 1E 0 1A D0 2F 32
Octal 103 204 274 100 36 0 32 320 57 62
Binary 1000011 10000100 10111100 1000000 11110 0 11010 11010000 101111 110010

Color Harmonies of #4384BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384BC

Black with #4384BC

Text Example


Text Example

White with #4384BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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