Html Css Color HEX #3C93CC Curious Blue

📋 copy color: '#3C93CC'

red 60 ◦ green 147 ◦ blue 204

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

Shades of Curious Blue #3C93CC

Tints of Curious Blue #3C93CC

RGB

 RED value IS 60 (23.83% from 255) = 14.6%

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

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

R = 14.6%
G = 35.77%
B = 49.64%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C93CC (or 0x3C93CC) is known color: Curious Blue. HEX triplet: 3C, 93 and CC. RGB value is (60,147,204). Sum of RGB (Red+Green+Blue) = 60+147+204=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C93CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C93CC is #C36C33. Grayscale: #7F7F7F. Windows color (decimal): -12807220 or 13407036. OLE color: 13407036.

HSL color Cylindrical-coordinate representation of color #3C93CC: hue angle of 203.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C93CC is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 147 204 -
CMYK 0.71 0.28 0 0.2
HSL 203.75º 0.59% 0.52% -
HSV(B) 203.75º 0.71% 0.8% -
XYZ 23.2 26.19 60.96 -
YUV 127.49 171.18 79.87 -
System Red Green Blue C M Y K H S L
Decimal 60 147 204 0.71 0.28 0 0.2 203.75 0.59 0.52
Hex 3C 93 CC 47 1C 0 14 CC 3B 34
Octal 74 223 314 107 34 0 24 314 73 64
Binary 111100 10010011 11001100 1000111 11100 0 10100 11001100 111011 110100

Color Harmonies of #3C93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C93CC

Black with #3C93CC

Text Example


Text Example

White with #3C93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C93CC; }

 p { color: rgb(60,147,204); }

 H1.HeaderClassName
 {
   color: #3C93CC;
 }
 .AnyTagClassName
 {
   color: #3C93CC;
 }
</style>

background-color css

<style>
 a { background-color: #3C93CC; }

 a { background-color: rgb(60,147,204); }

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

border-color css

<style>
 span { border-color: #3C93CC; }

 span { border-color: rgb(60,147,204); }

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