Html Css Color HEX #3375BE Curious Blue

📋 copy color: '#3375BE'

red 51 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #3375BE

Tints of Curious Blue #3375BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 14.25%
G = 32.68%
B = 53.07%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3375BE (or 0x3375BE) is known color: Curious Blue. HEX triplet: 33, 75 and BE. RGB value is (51,117,190). Sum of RGB (Red+Green+Blue) = 51+117+190=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3375BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375BE is #CC8A41. Grayscale: #696969. Windows color (decimal): -13404738 or 12481843. OLE color: 12481843.

HSL color Cylindrical-coordinate representation of color #3375BE: hue angle of 211.51º 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 #3375BE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 117 190 -
CMYK 0.73 0.38 0 0.25
HSL 211.51º 0.58% 0.47% -
HSV(B) 211.51º 0.73% 0.75% -
XYZ 17.02 17.14 51.13 -
YUV 105.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 51 117 190 0.73 0.38 0 0.25 211.51 0.58 0.47
Hex 33 75 BE 49 26 0 19 D4 3A 2F
Octal 63 165 276 111 46 0 31 324 72 57
Binary 110011 1110101 10111110 1001001 100110 0 11001 11010100 111010 101111

Color Harmonies of #3375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375BE

Black with #3375BE

Text Example


Text Example

White with #3375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3375BE; }

 p { color: rgb(51,117,190); }

 H1.HeaderClassName
 {
   color: #3375BE;
 }
 .AnyTagClassName
 {
   color: #3375BE;
 }
</style>

background-color css

<style>
 a { background-color: #3375BE; }

 a { background-color: rgb(51,117,190); }

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

border-color css

<style>
 span { border-color: #3375BE; }

 span { border-color: rgb(51,117,190); }

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