Html Css Color HEX #4394CC Curious Blue

📋 copy color: '#4394CC'

red 67 ◦ green 148 ◦ blue 204

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

Shades of Curious Blue #4394CC

Tints of Curious Blue #4394CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 15.99%
G = 35.32%
B = 48.69%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4394CC (or 0x4394CC) is known color: Curious Blue. HEX triplet: 43, 94 and CC. RGB value is (67,148,204). Sum of RGB (Red+Green+Blue) = 67+148+204=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #4394CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394CC is #BC6B33. Grayscale: #818181. Windows color (decimal): -12348212 or 13407299. OLE color: 13407299.

HSL color Cylindrical-coordinate representation of color #4394CC: hue angle of 204.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 #4394CC is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 148 204 -
CMYK 0.67 0.27 0 0.2
HSL 204.53º 0.57% 0.53% -
HSV(B) 204.53º 0.67% 0.8% -
XYZ 23.8 26.73 61.03 -
YUV 130.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 67 148 204 0.67 0.27 0 0.2 204.53 0.57 0.53
Hex 43 94 CC 43 1B 0 14 CD 39 35
Octal 103 224 314 103 33 0 24 315 71 65
Binary 1000011 10010100 11001100 1000011 11011 0 10100 11001101 111001 110101

Color Harmonies of #4394CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4394CC

Black with #4394CC

Text Example


Text Example

White with #4394CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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