Html Css Color HEX #3385CF Curious Blue

📋 copy color: '#3385CF'

red 51 ◦ green 133 ◦ blue 207

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

Shades of Curious Blue #3385CF

Tints of Curious Blue #3385CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 13.04%
G = 34.02%
B = 52.94%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3385CF (or 0x3385CF) is known color: Curious Blue. HEX triplet: 33, 85 and CF. RGB value is (51,133,207). Sum of RGB (Red+Green+Blue) = 51+133+207=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3385CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385CF is #CC7A30. Grayscale: #747474. Windows color (decimal): -13400625 or 13600051. OLE color: 13600051.

HSL color Cylindrical-coordinate representation of color #3385CF: hue angle of 208.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3385CF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 133 207 -
CMYK 0.75 0.36 0 0.19
HSL 208.46º 0.62% 0.51% -
HSV(B) 208.46º 0.75% 0.81% -
XYZ 21.02 21.98 62.17 -
YUV 116.92 178.83 80.98 -
System Red Green Blue C M Y K H S L
Decimal 51 133 207 0.75 0.36 0 0.19 208.46 0.62 0.51
Hex 33 85 CF 4B 24 0 13 D0 3E 33
Octal 63 205 317 113 44 0 23 320 76 63
Binary 110011 10000101 11001111 1001011 100100 0 10011 11010000 111110 110011

Color Harmonies of #3385CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385CF

Black with #3385CF

Text Example


Text Example

White with #3385CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385CF; }

 p { color: rgb(51,133,207); }

 H1.HeaderClassName
 {
   color: #3385CF;
 }
 .AnyTagClassName
 {
   color: #3385CF;
 }
</style>

background-color css

<style>
 a { background-color: #3385CF; }

 a { background-color: rgb(51,133,207); }

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

border-color css

<style>
 span { border-color: #3385CF; }

 span { border-color: rgb(51,133,207); }

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