Html Css Color HEX #3378BF Curious Blue

📋 copy color: '#3378BF'

red 51 ◦ green 120 ◦ blue 191

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

Shades of Curious Blue #3378BF

Tints of Curious Blue #3378BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 14.09%
G = 33.15%
B = 52.76%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3378BF (or 0x3378BF) is known color: Curious Blue. HEX triplet: 33, 78 and BF. RGB value is (51,120,191). Sum of RGB (Red+Green+Blue) = 51+120+191=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #3378BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378BF is #CC8740. Grayscale: #6B6B6B. Windows color (decimal): -13403969 or 12548147. OLE color: 12548147.

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

Color convert

RGB 51 120 191 -
CMYK 0.73 0.37 0 0.25
HSL 210.43º 0.58% 0.47% -
HSV(B) 210.43º 0.73% 0.75% -
XYZ 17.49 17.9 51.82 -
YUV 107.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 51 120 191 0.73 0.37 0 0.25 210.43 0.58 0.47
Hex 33 78 BF 49 25 0 19 D2 3A 2F
Octal 63 170 277 111 45 0 31 322 72 57
Binary 110011 1111000 10111111 1001001 100101 0 11001 11010010 111010 101111

Color Harmonies of #3378BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3378BF

Black with #3378BF

Text Example


Text Example

White with #3378BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3378BF; }

 p { color: rgb(51,120,191); }

 H1.HeaderClassName
 {
   color: #3378BF;
 }
 .AnyTagClassName
 {
   color: #3378BF;
 }
</style>

background-color css

<style>
 a { background-color: #3378BF; }

 a { background-color: rgb(51,120,191); }

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

border-color css

<style>
 span { border-color: #3378BF; }

 span { border-color: rgb(51,120,191); }

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