Html Css Color HEX #3399CA Curious Blue

📋 copy color: '#3399CA'

red 51 ◦ green 153 ◦ blue 202

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

Shades of Curious Blue #3399CA

Tints of Curious Blue #3399CA

RGB

 RED value IS 51 (20.31% from 255) = 12.56%

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 12.56%
G = 37.68%
B = 49.75%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3399CA (or 0x3399CA) is known color: Curious Blue. HEX triplet: 33, 99 and CA. RGB value is (51,153,202). Sum of RGB (Red+Green+Blue) = 51+153+202=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #3399CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399CA is #CC6635. Grayscale: #7F7F7F. Windows color (decimal): -13395510 or 13277491. OLE color: 13277491.

HSL color Cylindrical-coordinate representation of color #3399CA: hue angle of 199.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3399CA is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 153 202 -
CMYK 0.75 0.24 0 0.21
HSL 199.47º 0.6% 0.5% -
HSV(B) 199.47º 0.75% 0.79% -
XYZ 23.42 27.75 60 -
YUV 128.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 51 153 202 0.75 0.24 0 0.21 199.47 0.6 0.5
Hex 33 99 CA 4B 18 0 15 C7 3C 32
Octal 63 231 312 113 30 0 25 307 74 62
Binary 110011 10011001 11001010 1001011 11000 0 10101 11000111 111100 110010

Color Harmonies of #3399CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399CA

Black with #3399CA

Text Example


Text Example

White with #3399CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3399CA; }

 p { color: rgb(51,153,202); }

 H1.HeaderClassName
 {
   color: #3399CA;
 }
 .AnyTagClassName
 {
   color: #3399CA;
 }
</style>

background-color css

<style>
 a { background-color: #3399CA; }

 a { background-color: rgb(51,153,202); }

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

border-color css

<style>
 span { border-color: #3399CA; }

 span { border-color: rgb(51,153,202); }

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