Html Css Color HEX #336FC1 Curious Blue

📋 copy color: '#336FC1'

red 51 ◦ green 111 ◦ blue 193

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

Shades of Curious Blue #336FC1

Tints of Curious Blue #336FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 193 (75.78% from 255) = 54.37%

R = 14.37%
G = 31.27%
B = 54.37%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#336FC1 (or 0x336FC1) is known color: Curious Blue. HEX triplet: 33, 6F and C1. RGB value is (51,111,193). Sum of RGB (Red+Green+Blue) = 51+111+193=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #336FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FC1 is #CC903E. Grayscale: #666666. Windows color (decimal): -13406271 or 12676915. OLE color: 12676915.

HSL color Cylindrical-coordinate representation of color #336FC1: hue angle of 214.65º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336FC1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 111 193 -
CMYK 0.74 0.42 0 0.24
HSL 214.65º 0.58% 0.48% -
HSV(B) 214.65º 0.74% 0.76% -
XYZ 16.68 15.92 52.65 -
YUV 102.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 51 111 193 0.74 0.42 0 0.24 214.65 0.58 0.48
Hex 33 6F C1 4A 2A 0 18 D7 3A 30
Octal 63 157 301 112 52 0 30 327 72 60
Binary 110011 1101111 11000001 1001010 101010 0 11000 11010111 111010 110000

Color Harmonies of #336FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FC1

Black with #336FC1

Text Example


Text Example

White with #336FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336FC1; }

 p { color: rgb(51,111,193); }

 H1.HeaderClassName
 {
   color: #336FC1;
 }
 .AnyTagClassName
 {
   color: #336FC1;
 }
</style>

background-color css

<style>
 a { background-color: #336FC1; }

 a { background-color: rgb(51,111,193); }

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

border-color css

<style>
 span { border-color: #336FC1; }

 span { border-color: rgb(51,111,193); }

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