Html Css Color HEX #3395C0 Curious Blue

📋 copy color: '#3395C0'

red 51 ◦ green 149 ◦ blue 192

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

Shades of Curious Blue #3395C0

Tints of Curious Blue #3395C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 13.01%
G = 38.01%
B = 48.98%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3395C0 (or 0x3395C0) is known color: Curious Blue. HEX triplet: 33, 95 and C0. RGB value is (51,149,192). Sum of RGB (Red+Green+Blue) = 51+149+192=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #3395C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395C0 is #CC6A3F. Grayscale: #7C7C7C. Windows color (decimal): -13396544 or 12621107. OLE color: 12621107.

HSL color Cylindrical-coordinate representation of color #3395C0: hue angle of 198.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3395C0 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 149 192 -
CMYK 0.73 0.22 0 0.25
HSL 198.3º 0.58% 0.48% -
HSV(B) 198.3º 0.73% 0.75% -
XYZ 21.63 26 53.75 -
YUV 124.6 166.03 75.5 -
System Red Green Blue C M Y K H S L
Decimal 51 149 192 0.73 0.22 0 0.25 198.3 0.58 0.48
Hex 33 95 C0 49 16 0 19 C6 3A 30
Octal 63 225 300 111 26 0 31 306 72 60
Binary 110011 10010101 11000000 1001001 10110 0 11001 11000110 111010 110000

Color Harmonies of #3395C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395C0

Black with #3395C0

Text Example


Text Example

White with #3395C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3395C0; }

 p { color: rgb(51,149,192); }

 H1.HeaderClassName
 {
   color: #3395C0;
 }
 .AnyTagClassName
 {
   color: #3395C0;
 }
</style>

background-color css

<style>
 a { background-color: #3395C0; }

 a { background-color: rgb(51,149,192); }

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

border-color css

<style>
 span { border-color: #3395C0; }

 span { border-color: rgb(51,149,192); }

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