Html Css Color HEX #4399C2 Curious Blue

📋 copy color: '#4399C2'

red 67 ◦ green 153 ◦ blue 194

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

Shades of Curious Blue #4399C2

Tints of Curious Blue #4399C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 16.18%
G = 36.96%
B = 46.86%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4399C2 (or 0x4399C2) is known color: Curious Blue. HEX triplet: 43, 99 and C2. RGB value is (67,153,194). Sum of RGB (Red+Green+Blue) = 67+153+194=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #4399C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399C2 is #BC663D. Grayscale: #838383. Windows color (decimal): -12346942 or 12753219. OLE color: 12753219.

HSL color Cylindrical-coordinate representation of color #4399C2: hue angle of 199.37º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4399C2 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 153 194 -
CMYK 0.65 0.21 0 0.24
HSL 199.37º 0.51% 0.51% -
HSV(B) 199.37º 0.65% 0.76% -
XYZ 23.44 27.87 55.18 -
YUV 131.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 67 153 194 0.65 0.21 0 0.24 199.37 0.51 0.51
Hex 43 99 C2 41 15 0 18 C7 33 33
Octal 103 231 302 101 25 0 30 307 63 63
Binary 1000011 10011001 11000010 1000001 10101 0 11000 11000111 110011 110011

Color Harmonies of #4399C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4399C2

Black with #4399C2

Text Example


Text Example

White with #4399C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4399C2; }

 p { color: rgb(67,153,194); }

 H1.HeaderClassName
 {
   color: #4399C2;
 }
 .AnyTagClassName
 {
   color: #4399C2;
 }
</style>

background-color css

<style>
 a { background-color: #4399C2; }

 a { background-color: rgb(67,153,194); }

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

border-color css

<style>
 span { border-color: #4399C2; }

 span { border-color: rgb(67,153,194); }

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