Html Css Color HEX #3374CC Curious Blue

📋 copy color: '#3374CC'

red 51 ◦ green 116 ◦ blue 204

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

Shades of Curious Blue #3374CC

Tints of Curious Blue #3374CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 13.75%
G = 31.27%
B = 54.99%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3374CC (or 0x3374CC) is known color: Curious Blue. HEX triplet: 33, 74 and CC. RGB value is (51,116,204). Sum of RGB (Red+Green+Blue) = 51+116+204=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3374CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374CC is #CC8B33. Grayscale: #6A6A6A. Windows color (decimal): -13404980 or 13399091. OLE color: 13399091.

HSL color Cylindrical-coordinate representation of color #3374CC: hue angle of 214.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3374CC is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 116 204 -
CMYK 0.75 0.43 0 0.2
HSL 214.51º 0.6% 0.5% -
HSV(B) 214.51º 0.75% 0.8% -
XYZ 18.51 17.55 59.54 -
YUV 106.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 51 116 204 0.75 0.43 0 0.2 214.51 0.6 0.5
Hex 33 74 CC 4B 2B 0 14 D7 3C 32
Octal 63 164 314 113 53 0 24 327 74 62
Binary 110011 1110100 11001100 1001011 101011 0 10100 11010111 111100 110010

Color Harmonies of #3374CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374CC

Black with #3374CC

Text Example


Text Example

White with #3374CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3374CC; }

 p { color: rgb(51,116,204); }

 H1.HeaderClassName
 {
   color: #3374CC;
 }
 .AnyTagClassName
 {
   color: #3374CC;
 }
</style>

background-color css

<style>
 a { background-color: #3374CC; }

 a { background-color: rgb(51,116,204); }

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

border-color css

<style>
 span { border-color: #3374CC; }

 span { border-color: rgb(51,116,204); }

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