Html Css Color HEX #4384CC Curious Blue

📋 copy color: '#4384CC'

red 67 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #4384CC

Tints of Curious Blue #4384CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 16.63%
G = 32.75%
B = 50.62%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4384CC (or 0x4384CC) is known color: Curious Blue. HEX triplet: 43, 84 and CC. RGB value is (67,132,204). Sum of RGB (Red+Green+Blue) = 67+132+204=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4384CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384CC is #BC7B33. Grayscale: #787878. Windows color (decimal): -12352308 or 13403203. OLE color: 13403203.

HSL color Cylindrical-coordinate representation of color #4384CC: hue angle of 211.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4384CC is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 132 204 -
CMYK 0.67 0.35 0 0.2
HSL 211.53º 0.57% 0.53% -
HSV(B) 211.53º 0.67% 0.8% -
XYZ 21.47 22.06 60.25 -
YUV 120.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 67 132 204 0.67 0.35 0 0.2 211.53 0.57 0.53
Hex 43 84 CC 43 23 0 14 D4 39 35
Octal 103 204 314 103 43 0 24 324 71 65
Binary 1000011 10000100 11001100 1000011 100011 0 10100 11010100 111001 110101

Color Harmonies of #4384CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384CC

Black with #4384CC

Text Example


Text Example

White with #4384CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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