Html Css Color HEX #3393CA Curious Blue

📋 copy color: '#3393CA'

red 51 ◦ green 147 ◦ blue 202

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

Shades of Curious Blue #3393CA

Tints of Curious Blue #3393CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 12.75%
G = 36.75%
B = 50.5%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3393CA (or 0x3393CA) is known color: Curious Blue. HEX triplet: 33, 93 and CA. RGB value is (51,147,202). Sum of RGB (Red+Green+Blue) = 51+147+202=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #3393CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393CA is #CC6C35. Grayscale: #7C7C7C. Windows color (decimal): -13397046 or 13275955. OLE color: 13275955.

HSL color Cylindrical-coordinate representation of color #3393CA: hue angle of 201.85º 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 #3393CA is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 147 202 -
CMYK 0.75 0.27 0 0.21
HSL 201.85º 0.6% 0.5% -
HSV(B) 201.85º 0.75% 0.79% -
XYZ 22.46 25.84 59.68 -
YUV 124.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 51 147 202 0.75 0.27 0 0.21 201.85 0.6 0.5
Hex 33 93 CA 4B 1B 0 15 CA 3C 32
Octal 63 223 312 113 33 0 25 312 74 62
Binary 110011 10010011 11001010 1001011 11011 0 10101 11001010 111100 110010

Color Harmonies of #3393CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3393CA

Black with #3393CA

Text Example


Text Example

White with #3393CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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